zxybazh commented on code in PR #12914:
URL: https://github.com/apache/tvm/pull/12914#discussion_r982661863


##########
python/tvm/meta_schedule/testing/torchbench/run.py:
##########
@@ -131,19 +155,23 @@ def parse_args():
         help="The batch size of model input. Use TorchBench's default value if 
not specified.",
     )
     args.add_argument(
-        "--cosine-similarity",
-        action="store_true",
-        help="""
-        Whether to use cosine similarity to determine whether the output is 
the same as 
-        expected. By default torch.allclose is used.
-        """,
+        "--result-comparison-metric",

Review Comment:
   Nit, this seems quite long, what about `--result-metric`.



-- 
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]

Reply via email to