lanking520 commented on issue #11571: RNN Example not supported for MXNet Scala URL: https://github.com/apache/incubator-mxnet/issues/11571#issuecomment-403997392 The root cause of this issue is [this line](https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/org/apache/mxnet/module/BaseModule.scala#L429). The `databatch` got disposed due to the implementation of `DataIter` is different. The RNN module define the `.next()` as a reference copy of NDArray. Dispose that will cause losing the training data
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
