Hi,
I’m new to TVM and I am trying to run the first Tutorial: Compiling and Optimizing a Model with TVMC. When I do
python -m tvm.driver.tvmc compile --target “llvm” --output resnet50-v2-7-tvm.tar resnet50-v2-7.onnx
An error occurs:
I guess this error is related to the debug, after changing set(USE_RELAY_DEBUG ON) to set(USE_RELAY_DEBUG OFF) and rebuild, this problem disappears. But I don’t know what’s wrong.
My environment: ubuntu 20.04, llvm-10,cmake 3.23.1
I have added
export TVM_LOG_DEBUG=“ir/transform.cc=1;relay/ir/transform.cc=1”
in my .bashrc.
Thanks for help.