Hi.
I run the snippet from https://tvm.apache.org/docs/tutorials/autotvm/tune_relay_x86.html#sphx-glr-tutorials-autotvm-tune-relay-x86-py with options: network: resnet18 / mobilenet n_trial: 20000 tuner: ga/random, neigher worked target: llvm
It always shows sWARMING:autotvm:Too many errors happen in the tuning. Now is in debug mode autotvm:too many errors happen in the tuning
The tvm version is 0.8dev0. As for the llvm version, I tried 12.0 and 7.1, but neither of them worked.
Any ideas?