-
Notifications
You must be signed in to change notification settings - Fork 351
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
🐛 [Bug] Could not implicitly convert NumPy data type: i64 to TensorRT #3295
Comments
What version of TensorRT are you using on jetson vs x86? |
On jetson I am using 24.06 PyTorch igpu image that comes with TensorRT 10.1.0.27 On dekstop, the TensorRT version 10.1.0 is used. |
@apbose can you look at this bug? |
Overall my inclination is that there is version mismatch somewhere since this passes on x86 and there isn't any aarch64 specific behavior in torchtrt |
Also you can try out the nightly or latest stable version instead of 2.4.0a0 |
Bug Description
TensorRT engine produces error when ran on Jetson for fcn_resnet model. However, it does not produce error when ran on desktop.
Dynamo frontend is used for creating a TensorRT engine.
Error :
[TRT] [E] Could not implicitly convert NumPy data type: i64 to TensorRT.
To Reproduce
Steps to reproduce the behavior:
The following are relevant code for loading and converting to a TensorRT model.
Expected behavior
Environment
Jetson Orion Developer Kit
conda
,pip
,libtorch
, source):nvcr.io/nvidia/pytorch:24.06-py3-igpu
nvcr.io/nvidia/pytorch:24.06-py3-igpu
Additional context
Here's a screenshot for relevant comparison
Desktop:
Jetson:
The text was updated successfully, but these errors were encountered: