You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/28 06:26:39 UTC

[GitHub] [tvm] zxybazh commented on a diff in pull request #11892: [MetaSchedule] Enable Adapative Training For XGBoost Cost Model

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


##########
python/tvm/auto_scheduler/search_task.py:
##########
@@ -481,7 +481,7 @@ def __init__(
             desc,
         )
 
-    def tune(self, tuning_options, search_policy=None):
+    def tune(self, tuning_options, search_policy=None, adaptive_training=False):

Review Comment:
   This only impacts `tune_te`, which does not call thru `TaskScheduler.tune` but `SearchTask.tune` instead. If we don't want to enable that for `tune_te` I can just remove that change.



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org