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


With regards,
Apache Git Services

Reply via email to