yongwww commented on a change in pull request #6314:
URL: https://github.com/apache/incubator-tvm/pull/6314#discussion_r474275131
##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -1606,6 +1633,39 @@ def verify_script_model(pt_model, ishapes):
rtol=1e-5, atol=1e-5)
+def verify_trace_model(traced_model, ishapes, idata=None):
Review comment:
Then plan to introduce verify_model_on_vm to work for both traced and
scripted, and remove verify_trace_model & verify_script_model, does it make
sense?
----------------------------------------------------------------
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]