vrakesh opened a new pull request #11986: Removed fixed seed from , test_loss:test_sample_weight_loss URL: https://github.com/apache/incubator-mxnet/pull/11986 ## Description ## Getting rid of fixed seed in, test_loss:test_sample_weight_loss. Related issue #11700 ## 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 - [x] 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_sample_weight_loss ## Comments ## ```bash [DEBUG] 21220 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1692872435 to reproduce. [DEBUG] 21221 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=150191768 to reproduce. [DEBUG] 21222 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=898025047 to reproduce. [DEBUG] 21223 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=972265057 to reproduce. [DEBUG] 21224 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1988786717 to reproduce. [DEBUG] 21225 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=82487802 to reproduce. [DEBUG] 21226 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1182134121 to reproduce. [DEBUG] 21227 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=414116634 to reproduce. [DEBUG] 21228 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1167554245 to reproduce. [DEBUG] 21229 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1506653494 to reproduce. [DEBUG] 21230 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=890287512 to reproduce. [DEBUG] 21231 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1314076483 to reproduce. [DEBUG] 21232 of 90000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1906983139 to reproduce. # passed over 21K runs without a failure ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
