[TVM Discuss] [Questions] Difference in execuion time of model calculated using time_evaluator and sum of each layer latency

2020-06-14 Thread Cody H. Yu via TVM Discuss
Are you talking about debug graph runtime? If so, did you check if there have duplicated lines in the log? If the info of one layer is too long, then debug graph runtime will separate it to two lines to make the print pretty. However, the execution time of that layer will also be printed twice

[TVM Discuss] [Questions] Jupyter Notebooks and Autotuning

2020-06-14 Thread tqchen via TVM Discuss
The easuest way to do so might be starting the RPC tracker and serve separately(and not use LocalRunner) --- [Visit Topic](https://discuss.tvm.ai/t/jupyter-notebooks-and-autotuning/6973/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these

[TVM Discuss] [Questions] Jupyter Notebooks and Autotuning

2020-06-14 Thread Thomas V via TVM Discuss
HI, I've been hitting _This event loop is already running_ when trying to run autotuning from Jupyter notebooks. Is this something that is easily avoided? (I do realize that Jupyter and long-running things are ... special.) For now I have worked around by moving the invocation of the autotuner