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/10/21 02:45:18 UTC

[GitHub] [incubator-mxnet] roywei commented on issue #16532: fix dropout gpu seed

roywei commented on issue #16532: fix dropout gpu seed
URL: https://github.com/apache/incubator-mxnet/pull/16532#issuecomment-544327630
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services