You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)