-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Error Code 2: Internal Error (Assertion !mValueMapUndo failed. ) failure of TensorRT 10.5 when running speechbrain language detection model on GPU NVIDIA GeForce RTX 3090 #4277
Comments
Add |
I get the same error, in trt10.5 and trt10.7 [12/18/2024-12:20:52] [E] Error[2]: [graphShapeAnalyzer.cpp::eraseFromTensorMaps::1138] Error Code 2: Internal Error (Assertion !mValueMapUndo failed. ) add --verbose has nothing POST my topic in forum |
@msublee please provide the ONNX model and the trtexec command used so we can investigate |
build log with The model is too large to upload. What should I do? @asfiyab-nvidia |
Thanks for the log @msublee . You can upload your model on Google drive and share a link. That will help us reproduce the issue locally |
onnx model link: https://drive.google.com/drive/folders/1feKnT5egNIdVr2xheURHCWq9R2Q_yYuw?usp=drive_link The link above contains two model files: "model.onnx", which is a model converted using I just tested it again, and when using "model.sim.onnx" with trtexec, Error Code 2 occurs, causing the build to completely fail. On the other hand, when using "model.onnx" with trtexec, the build succeeds, but an error appears midway through (Error Code 9 below), and when I actually run inference, the results are completely messed up.
The trtexec command was mentioned above, but I'll write it again for clarity.
|
Thanks @msublee . We will get back to you soon |
do a test on fixed shape onnx, or use the latest trt . |
Description
I converted the speechbrain language detection model to ONNX model, and tried to convert it to TensorRT through
trtexec
, but the error below occurred.Environment
TensorRT Version: 10.5.0.18 (Container version 24.10)
NVIDIA GPU: NVIDIA GeForce RTX 3090
NVIDIA Driver Version: 550.127.05
CUDA Version: 12.4
Operating System:
Python Version (if applicable): 3.10
PyTorch Version (if applicable): 2.4.1
Steps To Reproduce
Commands or scripts:
Have you tried the latest release?: I tried container version 24.11
The text was updated successfully, but these errors were encountered: