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/06/12 01:18:06 UTC

[GitHub] piiswrong commented on a change in pull request #11027: Add standard ResNet data augmentation for ImageRecordIter

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

 ##########
 File path: src/io/image_aug_default.cc
 ##########
 @@ -218,6 +257,80 @@ class DefaultImageAugmenter : public ImageAugmenter {
       res = src;
     }
 
+    if (param_.random_resized_crop) {
 
 Review comment:
   sanity checks

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