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 2020/07/15 17:16:26 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #18717: [Bug] Wrong parameters dict for weights sharing

leezu commented on issue #18717:
URL: https://github.com/apache/incubator-mxnet/issues/18717#issuecomment-658892893


   In summary, the feature request is that `save_parameters(..., deduplicate=True)` stores all the names a shared parameter is known under so that the resulting parameter file can be loaded for arbitrary variations of the original models in which a different set of parameters is shared.
   
   It's not really a bug, because the same limitation is present in the MXNet 1.x `save_parameters(..., deduplicate=True)`. It's just that due to internal implementation change, in 1.x the first name under which the parameter was known would be stored, whereas currently the last name under which the parameter is known is stored.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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