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 2021/02/02 02:45:25 UTC

[GitHub] [tvm] comaniac commented on a change in pull request #7377: [AutoScheduler] Support early_stopping per task

comaniac commented on a change in pull request #7377:
URL: https://github.com/apache/tvm/pull/7377#discussion_r568284662



##########
File path: python/tvm/auto_scheduler/task_scheduler.py
##########
@@ -246,6 +246,9 @@ def __init__(
         # task_cts[i] saves how many times task i is tuned
         self.task_cts = [0 for _ in range(len(self.tasks))]
 
+        # task_best_cts[i] saves the round task i found the best latency

Review comment:
       ```suggestion
           # task_best_cts[i] saves the round that task i found the best latency
   ```




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