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 2020/09/23 10:23:54 UTC

[GitHub] [incubator-tvm] masahi edited a comment on issue #6535: [Torch] Support aten::tensor, aten::empty and aten::numel

masahi edited a comment on issue #6535:
URL: https://github.com/apache/incubator-tvm/issues/6535#issuecomment-697274278


   Yes, we want to support a newer version but our quantization support is completely broken in PyTorch 1.6 due to the breaking change they introduced https://github.com/pytorch/pytorch/issues/42497. I don't know a simple workaround for this. 
   
   Either we wait for Torch people to fix this issue or we spend significant effort to add workaround. Until then we are stuck with 1.4 or 1.5 (CI is at 1.4)  
   
   The ops `aten::tensor`, `aten::empty`, and `aten::numel` are very trivial ops actually, so if you want to just convert 1.6 detection models, adding support for them shouldn't be hard. You don't need to wait for 1.6 support.


----------------------------------------------------------------
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:
users@infra.apache.org