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/01/04 00:58:44 UTC

[GitHub] tornadomeet commented on a change in pull request #9290: add epoch parameter to export() of HybridBlock

tornadomeet commented on a change in pull request #9290: add epoch parameter to export() of HybridBlock
URL: https://github.com/apache/incubator-mxnet/pull/9290#discussion_r159563554
 
 

 ##########
 File path: python/mxnet/gluon/block.py
 ##########
 @@ -480,8 +480,10 @@ def export(self, path):
         Parameters
         ----------
         path : str
-            Path to save model. Two files `path-symbol.json` and `path-0000.params`
+            Path to save model. Two files `path-symbol.json` and `path-epoch.params`
 
 Review comment:
   Done.

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