[GitHub] vandanavk commented on a change in pull request #13858: implement random resize crop as operator

2019-02-05 Thread GitBox
vandanavk commented on a change in pull request #13858: implement random resize crop as operator URL: https://github.com/apache/incubator-mxnet/pull/13858#discussion_r254024569 ## File path: tests/python/unittest/test_gluon_data_vision.py ## @@ -45,6 +45,30 @@ def test_nor

[GitHub] vandanavk commented on a change in pull request #13858: implement random resize crop as operator

2019-02-05 Thread GitBox
vandanavk commented on a change in pull request #13858: implement random resize crop as operator URL: https://github.com/apache/incubator-mxnet/pull/13858#discussion_r254023576 ## File path: src/operator/image/random_resize_crop-inl.h ## @@ -0,0 +1,163 @@ +/* +* Licensed t