An insignificant comment error
Author: szxiulinCreated Jun 27, 2025Updated Jun 27, 2025
I am a student and recently I was studying this project and I found a very obscure comment error. In the unpatchify function in models.py, imgs is annotated as (N,H,W,C), but it should be (N,C,H,W)
Source: facebookresearch/DiT