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/01/24 22:46:28 UTC

[GitHub] [tvm] masahi commented on issue #10050: 'NotImplementedError: The following operators are not implemented:' errors when converting PyTorch Object Detection models

masahi commented on issue #10050:
URL: https://github.com/apache/tvm/issues/10050#issuecomment-1020626046


   `aten::copy_` cannot convert to relay since this is an in-place op. So the model needs to be modified to remove mutation on PyTorch side.


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