model with dynamic inputs #747
IamExperimenting
started this conversation in
General
Replies: 1 comment
-
Maybe try using (for conversion) x = torch.ones((1, 3, -1, -1)).cuda() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have built the model with dynamic inputs, so how do I convert my model to tensorrt?
here it takes input shape
however, in my use case it take a dynamic input shape eg:
Beta Was this translation helpful? Give feedback.
All reactions