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/02/24 10:08:50 UTC

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

DzAvril edited a comment on issue #10050:
URL: https://github.com/apache/tvm/issues/10050#issuecomment-1049690820


   
   
   > `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.
   
   @masahi  May I ask why the in-place ops cannot be converted to relay?  In pytorch front  pytorch.py there are in-place ops like aten::add_ has been converted to relay. So what is the difference between aten::copy_ and aten::add_.


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