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: [email protected] With regards, Apache Git Services
