Runnig a model with tvm debugger

Use this code to construct the graph_executor:

from tvm.contrib.debugger.graph_debugger import GraphModuleDebug
m = GraphModuleDebug(exe["debug_create"]("default", dev)), [dev], exe.get_json())

I’ve encountered errors with graph_debugger.create in the past but I haven’t had a chance to figure out what is wrong.