vmiheer commented on a change in pull request #4397: Use the best tuner possible
URL: https://github.com/apache/incubator-tvm/pull/4397#discussion_r357938668
 
 

 ##########
 File path: tutorials/autotvm/tune_simple_template.py
 ##########
 @@ -294,8 +296,9 @@ def matmul(N, L, M, dtype):
     builder='local',
     runner=autotvm.LocalRunner(number=5))
 
-# begin tuning, log records to file `matmul.log`
-tuner = autotvm.tuner.XGBTuner(task)
+# begin tuning with RandomTuner, log records to file `matmul.log`
 
 Review comment:
   
![image](https://user-images.githubusercontent.com/535650/70854594-08764200-1e7b-11ea-823a-5e13d6739ebe.png)
   I was hoping in-code comment would be sufficient, which won't break the 
section? Let me know if you still want to create explicit break in the code 
section :).

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to