mzient opened a new issue #14505: RandomResizedCrop produces wrong aspect 
ratios.
URL: https://github.com/apache/incubator-mxnet/issues/14505
 
 
   RandomResizedCrop randomly swaps with/height which produces out-of-bounds 
aspect ratios if the ends of the aspect ratio range are not reciprocals. When 
swapping is removed, then the aspect ratio is skewed. The solution is to use 
uniform distribution on a logarithmic scale. See 
https://github.com/pytorch/vision/pull/799

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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