sxjscience commented on issue #9335: mxnet.random.seed() doesn't work for mxnet.gluon.data.DataLoader with shuffle=True URL: https://github.com/apache/incubator-mxnet/issues/9335#issuecomment-356046732 I think one solution is to always use `numpy.random`. And we will only need to use `np.random.seed(...)` at the beginning.
---------------------------------------------------------------- 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
