trevor-m commented on a change in pull request #6997:
URL: https://github.com/apache/tvm/pull/6997#discussion_r532784460
##########
File path: tests/python/contrib/test_tensorrt.py
##########
@@ -1034,5 +1037,121 @@ def set_func_attr(func, compile_name, symbol_name):
tvm.ir.assert_structural_equal(mod_trt, mod_exp, map_free_vars=True)
+def test_maskrcnn_resnet50() -> None:
+ """
+ This function tests the working of pytorch maskrcnn with resnet50 as
backbone with
+ VM and VM + TRT. Since the order of compiled model outputs is a bit
different from
+ original pytorch model, it uses a custom logic for comparison check.
+ """
+ if skip_codegen_test() or skip_runtime_test():
Review comment:
Move the `skip_runtime_test` after compilation
----------------------------------------------------------------
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]