zhreshold commented on a change in pull request #10922: Fix Python error on
--model-prefix parameter used and make the param can be periodically saved
URL: https://github.com/apache/incubator-mxnet/pull/10922#discussion_r189732937
##########
File path: example/image-classification/common/fit.py
##########
@@ -111,6 +108,7 @@ def add_fit_args(parser):
help='show progress for every n batches')
train.add_argument('--model-prefix', type=str,
help='model prefix')
+ train.add_argument('--save-period', type=int, default=0, help='params
saving period')
Review comment:
default should be 1 to comply with current behavior
----------------------------------------------------------------
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