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/11/24 09:19:02 UTC

[GitHub] [tvm] vvchernov opened a new pull request #9575: [Frontend][ONNX] ignore 'training_mode' tag from onnx in batch_norm op

vvchernov opened a new pull request #9575:
URL: https://github.com/apache/tvm/pull/9575


   Onnxruntime framework is developed and moves to supporting of model training due to this new versions of onnx generate new tags like 'training_mode' in batch_norm op. TVM batch_norm op does not support this tag and should ignore it for correct work.
   @denise-k @jwfromm Please see
   


-- 
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] mbrookhart merged pull request #9575: [Frontend][ONNX] ignore 'training_mode' tag from onnx in batch_norm op

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


   


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