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 2022/09/06 06:19:18 UTC

[GitHub] [tvm] chengven027-intellif opened a new issue, #12708: [Bug] batch_norm computational problem

chengven027-intellif opened a new issue, #12708:
URL: https://github.com/apache/tvm/issues/12708

   hi,tvm
   When I load a onnx model. I found the tvm result is different ONNX-RT result. The reason is because of `batch_norm` op. But I can`t found any error with the op.  Can  you  help me to analyze it. Thanks very much.
   ### Expected behavior
   The model result between tvm and onnx-RT is equal.
   
   ### Actual behavior
   The model result between tvm and onnx-RT is not equal.
   
   ### Environment
   x86
   
   ### Steps to reproduce
   run the model with tvm and onnx-RT.
   


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

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


[GitHub] [tvm] chengven027-intellif commented on issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on issue #12708:
URL: https://github.com/apache/tvm/issues/12708#issuecomment-1251221463

   It has been solved. Thanks.


-- 
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] AndrewZhaoLuo commented on issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on issue #12708:
URL: https://github.com/apache/tvm/issues/12708#issuecomment-1240218000

   Hey, thanks for tracking this down. I'll take a look Friday.


-- 
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] AndrewZhaoLuo commented on issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on issue #12708:
URL: https://github.com/apache/tvm/issues/12708#issuecomment-1248947020

   Take a look in the weekend


-- 
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] chengven027-intellif commented on issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on issue #12708:
URL: https://github.com/apache/tvm/issues/12708#issuecomment-1244742460

   Hey, @AndrewZhaoLuo  Have you seen this PR, and any update with me? thanks.


-- 
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] chengven027-intellif closed issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
chengven027-intellif closed issue #12708: [Bug] batch_norm computational problem
URL: https://github.com/apache/tvm/issues/12708


-- 
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] chengven027-intellif commented on issue #12708: [Bug] batch_norm computational problem

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on issue #12708:
URL: https://github.com/apache/tvm/issues/12708#issuecomment-1237715498

   The  model is in :
   https://github.com/chengven027-intellif/model/blob/master/convert_remove.onnx
   @AndrewZhaoLuo  Can you help me? thanks.
   I check the file : src/relay/transforms/simplify_inference.cc  `BatchNormToInferUnpack`. Looks like it have no error.  And now, I have many model test result error with the `batch_norm` op .
   
   


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