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 2020/11/07 03:32:54 UTC

[GitHub] [incubator-mxnet] leezu opened a new pull request #19492: Mark test_batchnorm_with_type as flaky

leezu opened a new pull request #19492:
URL: https://github.com/apache/incubator-mxnet/pull/19492


   ```
   [2020-11-06T21:37:09.831Z]       # V2, 1D
   [2020-11-06T21:37:09.831Z]       for fix_gamma, cudnn_off in itertools.product(bools, bools):
   [2020-11-06T21:37:09.831Z]           sym = mx.sym.BatchNorm(name='norm', fix_gamma=fix_gamma, cudnn_off=cudnn_off)
   [2020-11-06T21:37:09.831Z] >         check_consistency(sym, ctx_list_v2_1D)
   [...]
   [2020-11-06T21:37:09.831Z] E       AssertionError: 
   [2020-11-06T21:37:09.831Z] E       Items are not equal:
   [2020-11-06T21:37:09.831Z] E       Error 8317.657381 exceeds tolerance rtol=1.000000e-05, atol=1.000000e-20 (mismatch 50.000000%).
   [2020-11-06T21:37:09.831Z] E       Location of maximum error: (0,), a=-0.00000000, b=-0.00000000
   [2020-11-06T21:37:09.831Z] E        ACTUAL: array([ -0.        , -39.62720511])
   [2020-11-06T21:37:09.831Z] E        DESIRED: array([ -0.        , -39.62720511])
   ```


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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19492: Mark test_batchnorm_with_type as flaky

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19492:
URL: https://github.com/apache/incubator-mxnet/pull/19492#issuecomment-723383577


   Hey @leezu , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [centos-cpu, windows-cpu, unix-gpu, website, unix-cpu, windows-gpu, edge, sanity, clang, miscellaneous, centos-gpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


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



[GitHub] [incubator-mxnet] leezu merged pull request #19492: Mark test_batchnorm_with_type as flaky

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #19492:
URL: https://github.com/apache/incubator-mxnet/pull/19492


   


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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19492: Mark test_batchnorm_with_type as flaky

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19492:
URL: https://github.com/apache/incubator-mxnet/pull/19492#issuecomment-723512001


   Jenkins CI successfully triggered : [centos-gpu]


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



[GitHub] [incubator-mxnet] leezu commented on pull request #19492: Mark test_batchnorm_with_type as flaky

Posted by GitBox <gi...@apache.org>.
leezu commented on pull request #19492:
URL: https://github.com/apache/incubator-mxnet/pull/19492#issuecomment-723511998


   @mxnet-bot run ci [centos-gpu]


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