You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/06 18:34:03 UTC

[GitHub] eric-haibin-lin commented on issue #6998: 2 networks which shared same weight on some layers

eric-haibin-lin commented on issue #6998: 2 networks which shared same weight on some layers
URL: https://github.com/apache/incubator-mxnet/issues/6998#issuecomment-320524117
 
 
   For param sharing I think you just need to use the shared_module option during mod.bind when you have 2 modules sharing the some parameters 
   
   One detail is that you need a "master_module" which has all symbols that you need, and pass it as the shared_module to the mod1.bind() and mod2.bind(), where mod1 and mod2 has a subset of the param/symbols. 
 
----------------------------------------------------------------
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