Replies: 1 comment
-
固定一下onnx的输入输出数据的batch就行。 `import onnx onnx_model = onnx.load_model(r'./resnet50-v2-7.onnx') 参考:https://discuss.tvm.apache.org/t/error-when-trying-to-tune-the-resnet-model/13431/3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TVM/LLVM均使用最新master编译安装。Ubuntu 22.04环境变量如下:
参照 Compiling and Optimizing a Model with TVMC进行compile, run, tune。
compie, run均没有错误,tvmc tune时有如下错误,请问需要如何处理呢?
tvmc tune log(路径删除个人home路径):
Beta Was this translation helpful? Give feedback.
All reactions