You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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