roywei commented on a change in pull request #14036: fix nightly test on tutorials URL: https://github.com/apache/incubator-mxnet/pull/14036#discussion_r253168488
########## File path: docs/tutorials/gluon/gluon_from_experiment_to_deployment.md ########## @@ -83,11 +62,11 @@ from mxnet.gluon.model_zoo.vision import resnet50_v2 ``` Next, we define the hyper-parameters that we will use for fine-tuning. We will use the [MXNet learning rate scheduler](https://mxnet.incubator.apache.org/tutorials/gluon/learning_rate_schedules.html) to adjust learning rates during training. - +Here we set the `epochs` to 1 for quick demonstration, please change to 40 for actual trainning. Review comment: fixed! ---------------------------------------------------------------- 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
