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:21:24 UTC

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

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


##########
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:
   probably we dont need to adjust auto_scheduler's interface



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