You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
At the tuner definition (see #2184), #3353 now causes:
File "/home/renault/tvm/python/tvm/autotvm/graph_tuner/base_graph_tuner.py", line 149, in __init__
raise RuntimeError("Unsupported graph type: %s" % str(type(graph)))
RuntimeError: Unsupported graph type: <class 'tvm.relay.module.Module'>
graph = graph[graph.entry_func] solves the problem but it's not clean, and I don't sufficiently understand the BaseGraphTuner module to make it clean and submit a PR.
Hello,
At the tuner definition (see #2184), #3353 now causes:
graph = graph[graph.entry_func] solves the problem but it's not clean, and I don't sufficiently understand the BaseGraphTuner module to make it clean and submit a PR.
Can you look into it please? Thanks
@kevinthesun @zhiics
The text was updated successfully, but these errors were encountered: