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 2019/02/28 22:54:20 UTC

[GitHub] stu1130 commented on a change in pull request #14259: Add Gluon Transformer Crop

stu1130 commented on a change in pull request #14259: Add Gluon Transformer Crop
URL: https://github.com/apache/incubator-mxnet/pull/14259#discussion_r261419411
 
 

 ##########
 File path: python/mxnet/gluon/data/vision/transforms.py
 ##########
 @@ -228,6 +228,54 @@ def forward(self, x):
         return image.random_size_crop(x, *self._args)[0]
 
 
+class Crop(HybridBlock):
 
 Review comment:
   thanks @access2rohit I assume now I only need one x and y so I'll go with x and y

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