Open dudeperf3ct opened 1 day ago
What version of TensorRT are you using on jetson vs x86?
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.
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: