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
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
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