masahi commented on pull request #6449: URL: https://github.com/apache/incubator-tvm/pull/6449#issuecomment-693023530
@kevinthesun The maskrcnn test worked for me, great! But unfortunately under torch 1.6, conversion fails with the following error. Most likely they come from pytorch function that are scripted https://github.com/pytorch/vision/blob/1a04d3c265679e1a508e7cd627006aaa9ef1ccfb/torchvision/models/detection/roi_heads.py#L454. Most of them don't make sense for tracing (like raising an exception). We need to come back to this problem later when we upgrade our CI. ``` NotImplementedError: The following operators are not implemented:[ 'aten::append', 'aten::tensor', 'aten::dim', 'aten::warn', 'aten::__is__', 'aten::__isnot__', 'prim::RaiseException', 'prim::unchecked_cast', 'aten::IntImplicit', 'aten::empty', 'aten::numel', 'prim::Uninitialized', 'aten::__contains__' ] ``` ---------------------------------------------------------------- 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: us...@infra.apache.org