❓ [Question] module 'trtorch' has no attribute 'Input' #598
Answered
by
narendasan
gaosanyuan
asked this question in
Q&A
-
Why the installed trtorch has no attribute 'Input'? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
narendasan
Aug 23, 2021
Replies: 1 comment 1 reply
-
Input is added in TRTorch v0.4.0. In TRTorch v0.3.0 you pass in the shapes as tuples or dicts https://nvidia.github.io/TRTorch/v0.3.0/tutorials/getting_started.html#compiling-with-trtorch-in-python |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
narendasan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Input is added in TRTorch v0.4.0. In TRTorch v0.3.0 you pass in the shapes as tuples or dicts https://nvidia.github.io/TRTorch/v0.3.0/tutorials/getting_started.html#compiling-with-trtorch-in-python