You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/01 18:54:00 UTC

[GitHub] MaJieCornell commented on issue #14017: Loading parameters from pretrained gluon model

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