DickJC123 commented on issue #9909: mx.random.seed(seed) does not work for mx.io.ImageRecordIter() ? URL: https://github.com/apache/incubator-mxnet/issues/9909#issuecomment-369334287 To get an ImageRecordIter.next() value that is not deterministically based on the original seed, you would have to replace the ImageRecordIter with a new one created with a new random seed. If the documentation says otherwise, that should be corrected.
---------------------------------------------------------------- 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
