Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add *Swin MLP*: a hierarchical fully MLP architecture using shifted windows. #90

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
update swin_mlp_tiny_patch4_hd24_window8_256
  • Loading branch information
zeliu98 committed Jul 2, 2021
commit e0149d197d83d56fbe4d4fc698528f0d768f6ea0
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ DATA:
IMG_SIZE: 256
MODEL:
TYPE: swin_mlp
NAME: swin_mlp_tiny_patch4_window8_256
NAME: swin_mlp_tiny_patch4_hd24_window8_256
DROP_PATH_RATE: 0.2
SWIN_MLP:
EMBED_DIM: 96
DEPTHS: [ 2, 2, 6, 2 ]
NUM_HEADS: [ 3, 6, 12, 24 ]
WINDOW_SIZE: 8
TEST:
CROP: False
NUM_HEADS: [ 4, 8, 16, 32 ]
WINDOW_SIZE: 8