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:
[email protected]
With regards,
Apache Git Services