You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/26 16:03:39 UTC

[GitHub] [tvm] qcd-horizon opened a new pull request #9806: fix a bug of instance norm.

qcd-horizon opened a new pull request #9806:
URL: https://github.com/apache/tvm/pull/9806


   The instance norm epsilon dtype is float32 originally, which will cause problem when given a half model. My model, which dtype is float16, uses instance norm and failed when extract task from the compuation graph.


-- 
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@tvm.apache.org

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



[GitHub] [tvm] qcd-horizon closed pull request #9806: fix a bug of instance norm.

Posted by GitBox <gi...@apache.org>.
qcd-horizon closed pull request #9806:
URL: https://github.com/apache/tvm/pull/9806


   


-- 
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@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #9806: fix a bug of instance norm.

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #9806:
URL: https://github.com/apache/tvm/pull/9806


   


-- 
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@tvm.apache.org

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