[GitHub] eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch

2017-10-03 Thread git
eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch URL: https://github.com/apache/incubator-mxnet/issues/8062#issuecomment-334051905 The number of batches will be correct if reset() is moved to the end of the epoch: ```

[GitHub] eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch

2017-09-29 Thread git
eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch URL: https://github.com/apache/incubator-mxnet/issues/8062#issuecomment-333284599 Based on #2248 moving `data_train.reset()` to the end of the epoch will resolve this issue.

[GitHub] eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch

2017-09-27 Thread git
eric-haibin-lin commented on issue #8062: CSVIter and LibSVMIter not returning correct number of batches per epoch URL: https://github.com/apache/incubator-mxnet/issues/8062#issuecomment-332693891 @tqchen any idea where things could go wrong?