junrushao1994 commented on a change in pull request #8789:
URL: https://github.com/apache/tvm/pull/8789#discussion_r692563697
##########
File path: tutorials/autotvm/tune_conv2d_cuda.py
##########
@@ -204,7 +204,7 @@ def conv2d_no_batching(N, H, W, CO, CI, KH, KW, stride,
padding):
# see many error reports. As long as you can see non-zero GFLOPS, it is okay.
tuner = autotvm.tuner.XGBTuner(task)
tuner.tune(
- n_trial=20,
+ n_trial=100,
Review comment:
probably we don't need this :-)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]