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
SpatialAugmentedTensor methods temporal() and batch() behave as described in their documentation, but this behavior may be counter-intuitive for a user familiar with pytorch conventions.
We see that the temporal dimension is before the batch dimension. Which is logical if we consider the order in which we call the methods, but not aligned with the convention used for most models inputs.