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/05/02 04:11:56 UTC

[GitHub] ariwaranosai commented on issue #10766: Bug Cannot save/load params with Gluon model

ariwaranosai commented on issue #10766: Bug Cannot save/load params with Gluon model
URL: https://github.com/apache/incubator-mxnet/issues/10766#issuecomment-385859650
 
 
   from my view,  set_data should be call after initialize. 
   [function set_data](https://github.com/apache/incubator-mxnet/blob/65df1ee711a07fccc74a0131d7b3fb67b4f48e74/python/mxnet/gluon/parameter.py#L369) will check whether _deferred_init is None or not.
   
   `assert self._deferred_init is not None`
   
   but default value for self._deferred_init is (). It is on purpose or not?  @piiswrong 

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