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


   ~~Tracing MaskRCNN is broken with this release 
https://github.com/pytorch/vision/issues/4158#issuecomment-950043269~~
   
   cc @hgt312 
   
   UPDATE: If I import PyTorch before TVM, the error I got during tracing is 
gone. MaskRCNN still traces correctly, but we need to add some converters for 
annoying ops coming from scripting.
   ```
   NotImplementedError: The following operators are not implemented: 
['prim::Uninitialized', 'aten::format', 'aten::dim', 'aten::__contains__', 
'aten::__isnot__', 'prim::unchecked_cast']
   ```


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to