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/08/10 10:46:12 UTC

[GitHub] TriLoo commented on issue #1332: Data augmentation

TriLoo commented on issue #1332: Data augmentation
URL: https://github.com/apache/incubator-mxnet/issues/1332#issuecomment-412047530
 
 
   @axlesor  It seems that you should subclass `MXDataIter`  instead of `CSVIter` as the MXNet Docs said:
   
   > This iterator (MXDataIter) is the Python wrapper to all native C++ data iterators, such
       as `CSVIter`, `ImageRecordIter`, `MNISTIter`, etc. When initializing
       `CSVIter` for example, you will get an `MXDataIter` instance to use in your
       Python code.  
   
   But I still do not know how to add the augmentations into my the derived class. Do you have any advise ?

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