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 2018/08/01 16:38:40 UTC

[GitHub] lanking520 commented on issue #11691: test_loss.test_bce_loss has fixed seed that can mask flakiness

lanking520 commented on issue #11691: test_loss.test_bce_loss has fixed seed that can mask flakiness
URL: https://github.com/apache/incubator-mxnet/issues/11691#issuecomment-409639225
 
 
   After adding `Xavier` initializer, problem solved:
   ```
   python tools/flakiness_checker.py -n 10000 test_operator_gpu.test_ce_loss
   INFO:root:Testing: /home/ubuntu/incubator-mxnet/tests/python/gpu/test_operator_gpu.py:test_ce_loss
   INFO:root:No test seed provided, using random seed
   /usr/local/lib/python3.5/dist-packages/nose/util.py:453: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
     inspect.getargspec(func)
   [INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=449509033 to reproduce.
   test_operator_gpu.test_ce_loss ... ok
   
   ----------------------------------------------------------------------
   Ran 1 test in 9277.876s
   
   OK
   INFO:root:Nosetests terminated with exit code 0
   ```

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


With regards,
Apache Git Services