We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境版本 onnx 1.13.0 onnx-graphsurgeon 0.3.12 onnxruntime 1.18.0 onnxslim 0.1.29 numpy 1.21.0
bevformer.zip
The text was updated successfully, but these errors were encountered:
This is a compatiblity problem, please upgrade your onnx version to 1.16.
Sorry, something went wrong.
bevformerencodertrt.zip 这个是优化前的onnx,使用tensorrt8.5.2量化是没有问题的,但是使用onnxslim优化过后 就会出现问题 operation.cpp:203: DCHECK(!i->is_use_only()) failed.
这个是TENSORRT版本问题,降低版本就行使用8.4。
No branches or pull requests
环境版本
onnx 1.13.0
onnx-graphsurgeon 0.3.12
onnxruntime 1.18.0
onnxslim 0.1.29
numpy 1.21.0
bevformer.zip
The text was updated successfully, but these errors were encountered: