masahi commented on issue #9349: URL: https://github.com/apache/tvm/issues/9349#issuecomment-950078067
With some simple fix, MaskRCNN can be correctly converted to Relay and pass the test. Other tests are also looking good, only less than five of them are broken but seems easy to fix: ``` FAILED test_forward.py::test_forward_deform_conv - tvm._ffi.base.TVMError: Traceback (most recent call last): FAILED test_forward.py::test_forward_linspace - tvm._ffi.base.TVMError: Traceback (most recent call last): FAILED test_forward.py::test_forward_nll_loss - NotImplementedError: The following operators are not implemented: ['aten::nll_loss_nd'] ``` So it looks like it's going to be an easy upgrade. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
