convert to tensorrt with static batch_size > 1 #1572
FHarhammer
started this conversation in
General
Replies: 1 comment 10 replies
-
Any ideas what i could try? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i want to deploy my mask rcnn model to tensorrt for optimal performance at batchsize 2.
I am using the following config for this:
when i start the deploy.py script i get the following error:
Error Code 4: Internal Error (input: kMIN dimensions in profile 0 are [2,3,768,1344] but input has static dimensions [1,3,768,1344].)
So i guess the input batch size of my images is still 1 while tensorrt needs the batchsize 2 to optimize for it.
I just have no idea how to change the input batchsize.
Could you give me a hint
Beta Was this translation helpful? Give feedback.
All reactions