zhiqwang opened a new issue #6535: URL: https://github.com/apache/incubator-tvm/issues/6535
Hi TVM teams, TVM currently support pytorch 1.4 and torchvision 0.5. I want to know is there any plan to support pytorch 1.6 version to trace the object detection models in pytorch 1.6? > For faster rcnn, which is **not** partly scripted and thus can be traced completely, I get following missing ops with PyTorch 1.6 ``` NotImplementedError: The following operators are not implemented: ['aten::tensor', 'aten::empty', 'aten::numel'] ``` _Originally posted by @masahi in https://github.com/apache/incubator-tvm/pull/6449#issuecomment-693096782_ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
