[GitHub] [tvm] merrymercy commented on a change in pull request #7197: [Fix][Autoscheduler] Costmodel enhancement & bug fix for graph debug runtime

2021-01-05 Thread GitBox
merrymercy commented on a change in pull request #7197: URL: https://github.com/apache/tvm/pull/7197#discussion_r551763767 ## File path: python/tvm/auto_scheduler/cost_model/xgb_model.py ## @@ -116,12 +117,17 @@ def __init__(self, verbose_eval=25, num_warmup_sample=100,

[GitHub] [tvm] merrymercy commented on a change in pull request #7197: [Fix][Autoscheduler] Costmodel enhancement & bug fix for graph debug runtime

2021-01-04 Thread GitBox
merrymercy commented on a change in pull request #7197: URL: https://github.com/apache/tvm/pull/7197#discussion_r551763767 ## File path: python/tvm/auto_scheduler/cost_model/xgb_model.py ## @@ -116,12 +117,17 @@ def __init__(self, verbose_eval=25, num_warmup_sample=100,

[GitHub] [tvm] merrymercy commented on a change in pull request #7197: [Fix][Autoscheduler] Costmodel enhancement & bug fix for graph debug runtime

2021-01-04 Thread GitBox
merrymercy commented on a change in pull request #7197: URL: https://github.com/apache/tvm/pull/7197#discussion_r551763123 ## File path: python/tvm/auto_scheduler/task_scheduler.py ## @@ -82,11 +82,12 @@ def make_search_policies( if isinstance(search_policy, str):