From commits-return-73556-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Fri Feb 1 18:54:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0B0D018067E for ; Fri, 1 Feb 2019 19:54:01 +0100 (CET) Received: (qmail 11816 invoked by uid 500); 1 Feb 2019 18:54:01 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 11807 invoked by uid 99); 1 Feb 2019 18:54:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2019 18:54:01 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] MaJieCornell commented on issue #14017: Loading parameters from pretrained gluon model Message-ID: <154904724061.18070.1414379033933536297.gitbox@gitbox.apache.org> Date: Fri, 01 Feb 2019 18:54:00 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit MaJieCornell commented on issue #14017: Loading parameters from pretrained gluon model URL: https://github.com/apache/incubator-mxnet/issues/14017#issuecomment-459828749 Thanks for the reply. While it will definitely work but seems like load-delete-write-load is over complicated and don't sound like a good way of doing it. It seems like the way MXNet doing this, i.e. firstly load the parameters in and then set the parameters to the model, is better. Because it will give user flexibility to do whatever change they want to the loaded parameters and then set it. Is there other concern that Gluon is removing this kind of intermediate stage of parameter loading? @szha @rishita ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services