comaniac commented on a change in pull request #4397: Use the best tuner
possible
URL: https://github.com/apache/incubator-tvm/pull/4397#discussion_r357885141
##########
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:
Capital B.
Also please be aware that this file will be processed to generate a tutorial
web page, so all comments will be tutorial texts. Although it's annoying, you
need to follow the specific comment rules. For example, a paragraph should
start with a line with full of "#". You can simply copy line 31 here to make it
work.
----------------------------------------------------------------
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