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/25 19:56:14 UTC

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

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


   so `aten::copy_` apparently comes from these lines https://github.com/pytorch/vision/blob/d367a01a18a3ae6bee13d8be3b63fd6a581ea46f/torchvision/models/detection/anchor_utils.py#L267-L268
   
   This is an example of in-place op (values are mutated in-place). We need to replace this with "pure" operation for conversion to TVM.


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