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 2019/10/30 07:56:50 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16049: Initializers should implement `__eq__`

leezu edited a comment on issue #16049: Initializers should implement `__eq__`
URL: https://github.com/apache/incubator-mxnet/issues/16049#issuecomment-547777696
 
 
   It's not expected behaviour that the parameter initialization compares initializers by reference. Initializers should implement `__eq__`. The current workaround is a workaround, but does not provide good user experience. It actually requires knowing the context that the parameters should be initialized on while constructing the Block. Further it throws warnings when sharing parameters between multiple blocks.
   
   Thus re-opening the issue.

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


With regards,
Apache Git Services