vmiheer commented on a change in pull request #4397: Use the best tuner possible URL: https://github.com/apache/incubator-tvm/pull/4397#discussion_r357938619
########## File path: tutorials/autotvm/tune_simple_template.py ########## @@ -32,6 +32,8 @@ # Install dependencies # -------------------- # To use autotvm package in TVM, we need to install some extra dependencies. +# This step is needed if you decide to use xgboost for tuning. This example +# as it is doesn't need xgboost. Review comment: Yes thank you, I'll use your wording :). ---------------------------------------------------------------- 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
