zhiics commented on a change in pull request #7413:
URL: https://github.com/apache/tvm/pull/7413#discussion_r571317011
##########
File path: tests/python/frontend/pytorch/test_object_detection.py
##########
@@ -162,3 +162,8 @@ def compile_and_run_vm(mod, params, data_np, target):
# Results should be equivalent after rewriting
for res1, res2 in zip(tvm_res, tvm_res_after_rewrite):
tvm.testing.assert_allclose(res1.asnumpy(), res2.asnumpy())
+
Review comment:
remove this and `in_size` above?
----------------------------------------------------------------
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]