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 2018/06/12 00:02:43 UTC

[GitHub] sandeep-krishnamurthy commented on issue #11222: Bug in gluon.block.Block.LoadParams

sandeep-krishnamurthy commented on issue #11222: Bug in gluon.block.Block.LoadParams
URL: https://github.com/apache/incubator-mxnet/issues/11222#issuecomment-396423636
 
 
   Just summarizing the issue for simplifying:
   if name is not in params and ignore_extra=True
   
   This line is executed, which it should not-> params[name]._load_init(loaded[name], ctx)

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