Skip to main content

patchify_video

Function patchify_video 

Source
pub fn patchify_video(vol: &[f32], geo: &Geometry) -> Vec<f32>
Expand description

A [128, F, H, W] volume back to patchified tokens [T, 128] — the inverse of unpatchify_video, for feeding a stage its starting latent.