Re: [apache/incubator-mxnet] [mxnet 2.0][item 4.8][RFC] Gluon Data API Extension and Fixes(Part 1) (#17263)

2020-01-10 Thread Joshua Z. Zhang
The old iterators will get a special gluon dataset wrapper which has no length and forbids random accessing or sampling from dataloader, they keep their original arguments during iteration -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [apache/incubator-mxnet] [mxnet 2.0][item 4.8][RFC] Gluon Data API Extension and Fixes(Part 1) (#17263)

2020-01-10 Thread Przemyslaw Tredak
What about `mx.io.ImageRecordIter`? Also, what about the return type of those iterator - `mx.io` iterators return `mx.io.DataBatch`, will that be changed too? @JanuszL FYI since DALI MXNet plugin produces `mx.io.DataBatch` and may be affected. -- You are receiving this because you are subscrib

[apache/incubator-mxnet] [mxnet 2.0][item 4.8][RFC] Gluon Data API Extension and Fixes(Part 1) (#17263)

2020-01-09 Thread Joshua Z. Zhang
## Description This is the part 1 of Gluon Data API extension and fixes, which mainly focus on cleaning up diverging usage of mxnet module/gluon. Through long time evolution, there's currently two streams of data loading conventions implemented in mxnet - Iterator: mxnet.io.DataIter(https://git