You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/04 18:16:32 UTC

[GitHub] [incubator-mxnet] mahmoodn commented on issue #14233: seed_state must be int

mahmoodn commented on issue #14233: seed_state must be int
URL: https://github.com/apache/incubator-mxnet/issues/14233#issuecomment-469358094
 
 
   Thanks for the reply.
   
   ```$ grep random.seed /home/mahmood/mx/mxnet/python/mxnet/random.py
       `mx.random.seed(seed_state)` sets the state of each generator using `seed_state` and the
       >>> mx.random.seed(128)
       >>> mx.random.seed(128)
       >>> mx.random.seed(128)
       >>> mx.random.seed(128)
       >>> mx.random.seed(128, ctx=mx.gpu(0))
       >>> mx.random.seed(128, ctx=mx.gpu(1))
   ```
   Should I change all of them?
   Also, should I run make or `pip install --user -e .` or nothing?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services