hetong007 commented on a change in pull request #11027: Add standard ResNet 
data augmentation for ImageRecordIter
URL: https://github.com/apache/incubator-mxnet/pull/11027#discussion_r190686347
 
 

 ##########
 File path: example/image-classification/train_imagenet.py
 ##########
 @@ -31,7 +31,7 @@
     data.add_data_args(parser)
     data.add_data_aug_args(parser)
     # use a large aug level
-    data.set_data_aug_level(parser, 3)
+    # data.set_data_aug_level(parser, 3)
 
 Review comment:
   The `set_data_aug_level` doesn't set standard imagenet training augmentation.

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

Reply via email to