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/21 08:39:43 UTC

[GitHub] [tvm] chengven027-intellif opened a new pull request, #12855: [frontend][torch] Support aten::relu6 operator

chengven027-intellif opened a new pull request, #12855:
URL: https://github.com/apache/tvm/pull/12855

   Hi, tvm:
       When I use tvm pytorch frontend  to load  model `vovnet19`. I get a error:    `NotImplementedError: The following operators are not implemented: ['aten::relu6_']`.
       I tried adding an implementation of this operator,and then i success load my model and run success.
       Hope to get your advice and review. 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] masahi commented on pull request #12855: [frontend][torch] Support aten::relu6 operator

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

   It should be possible to support relu6 without introducing a new op. It's just a clip.


-- 
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 #12855: [frontend][torch] Support aten::relu6 operator

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


-- 
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 pull request #12855: [frontend][torch] Support aten::relu6 operator

Posted by GitBox <gi...@apache.org>.
chengven027-intellif commented on PR #12855:
URL: https://github.com/apache/tvm/pull/12855#issuecomment-1253604046

   Thanks, I have already changed  it. Please review again.


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