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 2018/06/07 08:32:04 UTC

[GitHub] hetong007 opened a new pull request #11183: Improve data transform for gluon data loader

hetong007 opened a new pull request #11183: Improve data transform for gluon data loader
URL: https://github.com/apache/incubator-mxnet/pull/11183
 
 
   ## Description ##
   1. Modify default value of `interpolation` to 1, i.e. bilinear interpolation. The current value is 2 for cubic interpolation, which does not match the document.
   2. Add `keep_aspect_ratio` to `transforms.Resize`, so that its default behavior is to resize the short edge to the single input size value.
   
   ## Checklist ##
   - [X] Changes are complete (i.e. I finished coding on this PR)
   - [X] All changes have test coverage:
   

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