[TVM Discuss] [Questions] [autoTVM][Graph tuner] Running graph tuner without autoTVM

2020-04-09 Thread giovannib via TVM Discuss
I see. So it doesn't seem to be possible at the moment. Thank you anyway. --- [Visit Topic](https://discuss.tvm.ai/t/autotvm-graph-tuner-running-graph-tuner-without-autotvm/6286/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails,

[TVM Discuss] [Questions] [autoTVM][Graph tuner] Running graph tuner with fallback configuration

2020-04-08 Thread giovannib via TVM Discuss
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](