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/06/03 01:00:36 UTC

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #15129: [Flaky Test] Bump up bilinear_resize

stu1130 opened a new pull request #15129: [Flaky Test] Bump up bilinear_resize 
URL: https://github.com/apache/incubator-mxnet/pull/15129
 
 
   ## Description ##
   Bump up atol
   
   10k runs
   ```
   [DEBUG] 9969 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=686023982 to reproduce.
   [DEBUG] 9970 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=121289377 to reproduce.
   [DEBUG] 9971 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=916542513 to reproduce.
   [DEBUG] 9972 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1121622820 to reproduce.
   [DEBUG] 9973 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1566012277 to reproduce.
   [DEBUG] 9974 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1070030379 to reproduce.
   [DEBUG] 9975 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=318958491 to reproduce.
   [DEBUG] 9976 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=327113537 to reproduce.
   [DEBUG] 9977 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1743692227 to reproduce.
   [DEBUG] 9978 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=61574694 to reproduce.
   [DEBUG] 9979 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1997234663 to reproduce.
   [DEBUG] 9980 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=220270280 to reproduce.
   [DEBUG] 9981 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1229959445 to reproduce.
   [DEBUG] 9982 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1910732724 to reproduce.
   [DEBUG] 9983 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1142206544 to reproduce.
   [DEBUG] 9984 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1795328869 to reproduce.
   [DEBUG] 9985 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=2122403454 to reproduce.
   [DEBUG] 9986 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1561818809 to reproduce.
   [DEBUG] 9987 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=781581391 to reproduce.
   [DEBUG] 9988 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1638744051 to reproduce.
   [DEBUG] 9989 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=981860403 to reproduce.
   [DEBUG] 9990 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1796177613 to reproduce.
   [DEBUG] 9991 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=405203053 to reproduce.
   [DEBUG] 9992 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1132244251 to reproduce.
   [DEBUG] 9993 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1523369603 to reproduce.
   [DEBUG] 9994 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=853577334 to reproduce.
   [DEBUG] 9995 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1711955340 to reproduce.
   [DEBUG] 9996 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=2104264251 to reproduce.
   [DEBUG] 9997 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1064372658 to reproduce.
   [DEBUG] 9998 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=393593520 to reproduce.
   [DEBUG] 9999 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=647074077 to reproduce.
   [DEBUG] 10000 of 10000: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=45296502 to reproduce.
   ok
   
   ----------------------------------------------------------------------
   Ran 1 test in 188941.282s
   
   OK
   ```
   
   ## 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] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   
   
   ## Comments ##
   @haojin2 
   

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