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/07/08 15:20:15 UTC

[GitHub] [tvm] leandron opened a new pull request, #12040: [docs][tvmc] Fix ResNet50 model URL in tvmc tutorials

leandron opened a new pull request, #12040:
URL: https://github.com/apache/tvm/pull/12040

   Fix the ResNet50 Models in both tvmc tutorials so that the commands suggested will work fine.
   
   Co-Authored-By: @Liastu01 
   
   cc @CircleSpin @areusch @manupa-arm @Mousius @gromero for reviews


-- 
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] areusch commented on pull request #12040: [docs][tvmc] Fix ResNet50 model URL in tvmc tutorials

Posted by GitBox <gi...@apache.org>.
areusch commented on PR #12040:
URL: https://github.com/apache/tvm/pull/12040#issuecomment-1180948326

   @leandron could you comment more about what's changing here?


-- 
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] leandron commented on pull request #12040: [docs][tvmc] Fix ResNet50 model URL in tvmc tutorials

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12040:
URL: https://github.com/apache/tvm/pull/12040#issuecomment-1179216782

   @tvm-bot rerun


-- 
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] areusch merged pull request #12040: [docs][tvmc] Fix ResNet50 model URL in tvmc tutorials

Posted by GitBox <gi...@apache.org>.
areusch merged PR #12040:
URL: https://github.com/apache/tvm/pull/12040


-- 
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] leandron commented on pull request #12040: [docs][tvmc] Fix ResNet50 model URL in tvmc tutorials

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12040:
URL: https://github.com/apache/tvm/pull/12040#issuecomment-1181481152

   > @leandron could you comment more about what's changing here?
   
   Onnx changed the models to have variable batch size on the input. The new version is causing two issues:
   
   * we need to specify the input shape when using it
   * It fails on autotuning
   
   This pr just locks the model in the version we were using before. I will raise the appropriate issues, but wanted to be sure the tutorial were not broken first.


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