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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to