zzd1992 opened a new issue #10831: How to fix seeds and reproduce results?
URL: https://github.com/apache/incubator-mxnet/issues/10831
 
 
   My environments:
   ubuntu14.04, python2.7, cuda8.0, cudnn, mxnet-cu80.
   
   I can't reproduce results even set all random seeds. Here is the code:
   ```python
   import mxnet as mx
   import numpy as np
   import random
   
   mx.random.seed(args.seed)
   np.random.seed(args.seed)
   random.seed(args.seed)
   ```
   
   Reproduction is really important in my case?
   How can I reproduce results within my environments?

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