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
Hi guys,
Thanks again for such a nice work. I want to ask you why is this assertion on the image size necessary? In case it is, any ideas on how to fix it? Thank you!
Thanks for your reply, @xvjiarui.
Have you tried training the model with different image sizes? One would expect that larges image sizes or smaller patch sizes would give better segmentations.
The smaller patch size will yield much more image tokens, and the self attention operator will require much more memory.
We didn't do that since we would like to pre-train with large batch size.
Hi guys,
Thanks again for such a nice work. I want to ask you why is this assertion on the image size necessary? In case it is, any ideas on how to fix it? Thank you!
GroupViT/models/group_vit.py
Line 596 in 13b7861
The text was updated successfully, but these errors were encountered: