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
Thank you for open this great repo.
In section 4.3 of the paper, the effect of attention type, it is mentioned that if you want to change the patch size from 16x16 to 8x8, you have to use the window attention and shift window and pool window in the swin transformer, I tried to modify the original version of vit for training, but I can't achieve the AP&AR of table 5 in the paper. May I know what else needs to be adjusted besides changing the original block in vit to the one in swin?
The text was updated successfully, but these errors were encountered:
Thank you for open this great repo.
In section 4.3 of the paper, the effect of attention type, it is mentioned that if you want to change the patch size from 16x16 to 8x8, you have to use the window attention and shift window and pool window in the swin transformer, I tried to modify the original version of vit for training, but I can't achieve the AP&AR of table 5 in the paper. May I know what else needs to be adjusted besides changing the original block in vit to the one in swin?
The text was updated successfully, but these errors were encountered: