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 2022/08/12 11:00:58 UTC

[GitHub] [incubator-mxnet] hankaj opened a new pull request, #21122: Fix fused resnet low accuracy

hankaj opened a new pull request, #21122:
URL: https://github.com/apache/incubator-mxnet/pull/21122

   ## Description ##
   @anko-intel discovered very bad accuracy on fused floating point model in Resnet50v2. I changed fuse_relu flag usage to post-op implementation. Another problem was that batch norm with relu node in fused graph did not have batch norm attributes set properly.
   Now the accuracy seems to be similar to the original model.
   
   I also performed some refactoring so that batch norm operator would have more accurate name and deleted unused operator


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #21122: Fix fused resnet low accuracy

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

   Hey @hankaj , 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**: [windows-gpu, unix-gpu, centos-gpu, miscellaneous, clang, windows-cpu, centos-cpu, unix-cpu, sanity, edge, website]
   *** 
   _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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-mxnet] bgawrych merged pull request #21122: Fix fused resnet low accuracy

Posted by GitBox <gi...@apache.org>.
bgawrych merged PR #21122:
URL: https://github.com/apache/incubator-mxnet/pull/21122


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-mxnet] anko-intel commented on pull request #21122: Fix fused resnet low accuracy

Posted by GitBox <gi...@apache.org>.
anko-intel commented on PR #21122:
URL: https://github.com/apache/incubator-mxnet/pull/21122#issuecomment-1220320976

   @josephevans  could you help with issue on MacOS? It seems to be enviroment issue.


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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org