roywei edited a comment on issue #16532: fix dropout gpu seed
URL: https://github.com/apache/incubator-mxnet/pull/16532#issuecomment-544327630
 
 
   @wkcn Thanks for the review!
   Still investigate why local unit test passed, but CI constantly failed, 
seems seed is not fixed in CI.
   
   On local GPU, running the following passed:
   1. nosetests single test passed 10000 times
   2. nosetests all test_operator_gpu passed
   3. runing 
https://github.com/apache/incubator-mxnet/issues/15662#issuecomment-540911324 
directly from python
   
   However, this test failed on CI with both `mx.seed(fixed_seed)` and 
`@with_seed(fixed_seed)` decorator.
   
   I wil try to reproduce CI failure locally first. Or try to add this to 
nightly test where less nosetests are executed at the same time. Suspect other 
nosetest running parallel on CI workers will affect the result.

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


With regards,
Apache Git Services

Reply via email to