Hi,
I’m trying debug_runtime.
https://docs.tvm.ai/dev/debugger.html
I followed the link, but got the error:
Traceback (most recent call last):
File "from_tensorflow.py", line 136, in <module>
from tvm.contrib.debugger import debug_runtime as graph_runtime
ImportError: No module named debugger
Your code is latest from the github and have you run “setup.py install --user” in tvm/python?
Yes, it’s the latest from github.
And I’ve tried the both ways to install the package (PYTHONPATH and setup.py):
https://docs.tvm.ai/install/from_source.html#tvm-package
Neither works for debug_runtime.
Still the same error 
Solved now.
It seemed my code was a few commits behind.
Thanks for your help 