Hi. I am trying to use the graph tuner module on CPU.
Normally, you would run autoTVM, pick the best configuration, then instantiate
the graph tuner:
executor = Tuner(graph, input_dict, records, target_op, target)
In many cases, [the default schedules already provided good
performance](https://github.com/apache/incubator-tvm/issues/1585). I would like
to run the graph tuner *without* running autoTVM first, i.e. using the default
schedules from TopHub. How can I dump the *records* logfile to achieve this? In
other words,
**is it possible to run the graph tuner without running autoTVM first?**
Thanks in advance.
Related topics:
[https://discuss.tvm.ai/t/autotvm-find-the-default-optimization-configuration-of-the-kernel/6090](https://discuss.tvm.ai/t/autotvm-find-the-default-optimization-configuration-of-the-kernel/6090)
---
[Visit
Topic](https://discuss.tvm.ai/t/autotvm-graph-tuner-running-graph-tuner-with-fallback-configuration/6286/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/154636a54030978aa2e6cc9b9e1291b0c08b88f2a4ffd3dfcae28eb97ee81ae4).