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: [email protected] With regards, Apache Git Services
