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/07/27 02:50:56 UTC

[GitHub] [incubator-mxnet] john- opened a new pull request #15672: Fix transform call in ImageFolderDataset

john- opened a new pull request #15672: Fix transform call in ImageFolderDataset
URL: https://github.com/apache/incubator-mxnet/pull/15672
 
 
   ## Description ##
   Without this change I get the following (partial) error:
   
   Expected exactly one or two argument for an accessor of transform at
                 /home/user/perl5/lib/perl5/AI/MXNet/Gluon/Data/Vision.pm line 422, <DATA> line 207.
   
   This change addresses that error.
   
   ## Checklist ##
   ### Essentials ###
   I will take a look at how to add unit test to this change.
   
   ### Changes ###
   There are no new features.   From my perspective the change addresses a typo as other packages in the same file call the transform sub the same way this change does.
   
   ## Comments ##
   I could not get original code to work so cannot confirm if change is backwards compatible.
   

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


With regards,
Apache Git Services