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/03/12 18:36:46 UTC

[GitHub] yzhliu commented on issue #9526: The method reset() of DataIter does not work

yzhliu commented on issue #9526: The method reset() of DataIter does not work
URL: https://github.com/apache/incubator-mxnet/issues/9526#issuecomment-372418238
 
 
   The MNISTIter is a JNI call into c++ backend (which reuses the implement in mxnet c++ core)
   it is created here: https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/ml/dmlc/mxnet/IO.scala#L108
   Maybe there's something wrong with this call: https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/ml/dmlc/mxnet/io/MXDataIter.scala#L79

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