Commit Graph

1 Commits

Author SHA1 Message Date
RyanOnTheInside
9a5e6233f4 Fix reshape_mask for 1D spatial dimensions.
reshape_mask sets scale_mode="linear" for dims==1 but is missing the input reshape to [N, C, W] that the 2D and 3D branches both perform. Add the missing reshape, matching the existing pattern.
2026-02-15 10:53:49 -05:00