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 2018/01/04 04:17:25 UTC

[GitHub] mwbyeon commented on issue #9258: How to define a variable that is not trainable?

mwbyeon commented on issue #9258: How to define a variable that is not trainable?
URL: https://github.com/apache/incubator-mxnet/issues/9258#issuecomment-355195371
 
 
   You can use `fixed_param_names` paramter
   See https://mxnet.incubator.apache.org/api/python/module/module.html?highlight=fixed_param_names#mxnet.module.Module
   
   And an example.
   https://github.com/apache/incubator-mxnet/blob/b2ce81218b13c3140dc3d2fd9fa27a1dd0264b75/example/ssd/train/train_net.py#L200-L240
   

----------------------------------------------------------------
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