Replies: 1 comment
-
@LinGeLin Yes, it does. In the most cases, static shape model is faster than dynamic shape model. |
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
-
Does the input shape affect performance? For example, if there are two similar models, one of which has dynamic inputs that can set the batch_size, so the first dimension of the shape is the same, while the other model has some inputs with fixed shapes, so the first dimension of the input shape is not the same. Will there be differences in performance between the two scenarios?
Beta Was this translation helpful? Give feedback.
All reactions