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 2020/12/05 06:01:10 UTC

[GitHub] [tvm] merrymercy commented on a change in pull request #7039: [AutoScheduler] Add tips on resuming the search from a log file

merrymercy commented on a change in pull request #7039:
URL: https://github.com/apache/tvm/pull/7039#discussion_r536522841



##########
File path: python/tvm/auto_scheduler/task_scheduler.py
##########
@@ -94,8 +94,18 @@ def make_search_policies(
             raise ValueError("Invalid search policy: " + search_policy)
 
         if policy_type == "sketch":
+            if load_log_file:

Review comment:
       No. This function correctly handles this case and prints
   ```
   SearchPolicy: No measurement records found in XXX.json
   ```




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

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