Skip to content

Commit

Permalink
fix configuration bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Charleshhy committed Nov 28, 2021
1 parent e5a0d74 commit e33302f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SPViT_Swin/configs/spvit_swin_tn_l28_t32_ft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ MODEL:
NAME: spvit_swin_tn_l28_t32_ft
DROP_PATH_RATE: 0.2
SWIN:
EMBED_DIM: 128
DEPTHS: [ 2, 2, 18, 2 ]
NUM_HEADS: [ 4, 8, 16, 32 ]
EMBED_DIM: 96
DEPTHS: [ 2, 2, 6, 2 ]
NUM_HEADS: [ 3, 6, 12, 24 ]
WINDOW_SIZE: 7
DATA:
NUM_WORKERS: 10
Expand Down
6 changes: 3 additions & 3 deletions SPViT_Swin/configs/spvit_swin_tn_l28_t32_search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ MODEL:
NAME: spvit_swin_tn_l28_t32_search
DROP_PATH_RATE: 0.2
SWIN:
EMBED_DIM: 128
DEPTHS: [ 2, 2, 18, 2 ]
NUM_HEADS: [ 4, 8, 16, 32 ]
EMBED_DIM: 96
DEPTHS: [ 2, 2, 6, 2 ]
NUM_HEADS: [ 3, 6, 12, 24 ]
WINDOW_SIZE: 7
DATA:
NUM_WORKERS: 10
Expand Down

0 comments on commit e33302f

Please sign in to comment.