asitstands commented on issue #9978: Error with random generator
URL: 
https://github.com/apache/incubator-mxnet/issues/9978#issuecomment-370119319
 
 
   The random number genertors in `mxnet.nd.random` and `mxnet.sym.random` have 
a fixed seed regardless of the use of `DataLoader`. You need to seed with an 
externally generated random number at each run.  To seed, use 
`mxnet.random.seed`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to