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/02 01:21:03 UTC

[GitHub] vrakesh opened a new pull request #11985: Removed fixed seed from , test_loss:test_ctc_loss_train

vrakesh opened a new pull request #11985: Removed fixed seed from , test_loss:test_ctc_loss_train
URL: https://github.com/apache/incubator-mxnet/pull/11985
 
 
   ## Description ##
   Getting rid of fixed seed in, test_loss:test_ctc_loss_train. 
   Related issue #11694 
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x ] Changes are complete (i.e. I finished coding on this PR)
   - [x ] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
   - Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore)
   - Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL)
   - [ x] Code is well-documented: 
   - For user-facing API changes, API doc string has been updated. 
   - For new C++ functions in header files, their functionalities and arguments are documented. 
   - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
   - Check the API doc at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html
   - [ ] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x ] Get red of fixed seed in test_loss:test_ctc_loss_train
   
   ## Comments ##
   ```bash
   [DEBUG] 21727 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=579214465 to reproduce.
   [DEBUG] 21728 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=911031498 to reproduce.
   [DEBUG] 21729 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1126810714 to reproduce.
   [DEBUG] 21730 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=933239347 to reproduce.
   [DEBUG] 21731 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1718160090 to reproduce.
   [DEBUG] 21732 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1745376750 to reproduce.
   [DEBUG] 21733 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=316797658 to reproduce.
   [DEBUG] 21734 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1350417275 to reproduce.
   [DEBUG] 21735 of 100000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=181038807 to reproduce
   # passed over 21735 runs with no issues
   ```
   

----------------------------------------------------------------
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