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
Use Python3.8 to implement TensorRT on Jetson Device
According to JetPack v4.6, as we can see, it could support TensorRT v8.0.1 already.
JetPack v4.6
TensorRT v8.0.1
On Amd64, we can know that TensorRTv8.0.1 can work on Python3.8. Ref
TensorRTv8.0.1
Unfortunately, the JetPack v4.6 was still using Python3.6; hence, I manually installed Python3.8 to try.
Python3.8
I tried to copy TensorRT from Python3.6, but obviously it cannot work because of complied issue.
The text was updated successfully, but these errors were encountered:
I tried to manually install TensorRT by Python3.8, but we could see that it is for CUDA 11.3 (JetPack v4.6 is CUDA10.2)
Install TensorRT by Python3.8
Try to convert the tensorrt model.
Failure...
Sorry, something went wrong.
AFAIK, Only TensorRT 8 is able to support Python3.8. (Info from AMD64)
No branches or pull requests
Goal
Use Python3.8 to implement TensorRT on Jetson Device
Describe
According to
JetPack v4.6
, as we can see, it could supportTensorRT v8.0.1
already.On Amd64, we can know that
TensorRTv8.0.1
can work on Python3.8. RefUnfortunately, the JetPack v4.6 was still using Python3.6; hence, I manually installed
Python3.8
to try.Problem
I tried to copy TensorRT from Python3.6, but obviously it cannot work because of complied issue.
Env
The text was updated successfully, but these errors were encountered: