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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to