Safetensors
gemma4

Align patch_size between image and video processing

#1
by yatarkan - opened

Image processor uses patch_size=2 but video processor has patch_size=16. This misalignment leads to error (RuntimeError: mat1 and mat2 shapes cannot be multiplied (20160x768 and 12x8)) when running the model with transformers and video input.

rkazants changed pull request status to merged

Sign up or log in to comment