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 2017/12/12 23:49:53 UTC

[GitHub] eric-haibin-lin commented on issue #9042: Avoiding weight sharing among certain layers in BucketingModule?

eric-haibin-lin commented on issue #9042: Avoiding weight sharing among certain layers in BucketingModule?
URL: https://github.com/apache/incubator-mxnet/issues/9042#issuecomment-351233681
 
 
   You can make `sym_gen(default_bucket_key)` returns a "master network" that contains both these two FC layers of different shapes, and `sym_gen(other_keys)` returns a subset of the master network

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