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


##########
tests/python/unittest/test_meta_schedule_tune_relay.py:
##########
@@ -144,14 +144,19 @@ def test_meta_schedule_tune_relay(
             mod=mod,
             params=params,
             target=target,
-            config=ReplayTraceConfig(
+            config=TuneConfig(
+                strategy="evolutionary",
                 num_trials_per_iter=32,
-                max_trials_per_task=32,
+                max_trials_per_task=20000,

Review Comment:
   IMHO we should still set `max_trials_global` as something like `2000` here 
and add comment `suggested 20k or 1k * num of subgraphs` beside because this is 
still a functionality test. I will send a PR for meta schedule tutorial as Masa 
suggested later this week and that would be a better example to show case our 
interface usage.



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