-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
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
Assertion `is_tensor()' failed. onnx2tensorrt [Bug] #1232
Comments
please check NVIDIA/TensorRT#1541 and try update to trt8.5 with docker. trt8.4 still has a bug about dynamic shape. |
Also check NVIDIA/TensorRT#2338. |
Or downgrade to cu102+trt8.4, I have tested this combination and passed. |
Is there anyway to fix this bug or check which op caused this problem? I am not allowed to update TRT version under my environment. Thanks. |
TRT is actually not an open source project, I think there is nothing I can do. |
Hello @tpoisonooo , can you provide a new Dockerfile (trt 8.4 and xxx)? I want to build mmdeploy via docker but I find that existing Dockerfile of master still uses TRT 8.2 |
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response. |
This issue is closed because it has been stale for 5 days. Please open a new issue if you have similar issues or you have any new updates now. |
Checklist
Describe the bug
I used the command below with use of a bin file from nuscenes mini dataset. It shows Asssertion 'is_tensor()' faield when converting from onnx to tensorrt
Reproduction
Environment
Error traceback
The text was updated successfully, but these errors were encountered: