piiswrong commented on a change in pull request #8919: [Vision] add test cases 
for flip, normalize, to_tensor
URL: https://github.com/apache/incubator-mxnet/pull/8919#discussion_r155906779
 
 

 ##########
 File path: python/mxnet/gluon/data/vision/transforms.py
 ##########
 @@ -184,26 +184,44 @@ def forward(self, x):
         return image.imresize(x, *self._args)
 
 
-class RandomHorizontalFlip(HybridBlock):
-    """Randomly flip the input image horizontally with a probability
+class FlipLeftRight(HybridBlock):
 
 Review comment:
   we don't need this for now. It's unclear when you would want to always flip 
in a transform. We only need the functional implementation flip_left_right

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