pub fn patchify_video(vol: &[f32], geo: &Geometry) -> Vec<f32>
A [128, F, H, W] volume back to patchified tokens [T, 128] — the inverse of unpatchify_video, for feeding a stage its starting latent.
[128, F, H, W]
[T, 128]
unpatchify_video