3v324v23's picture
fixed a bug
69acc8d
raw
history blame contribute delete
492 Bytes
swin:
symbol: swin
args: {}
swin_base:
super_cfg: swin
type: swin
args:
embed_dim: 128
depths: [ 2, 2, 18, 2 ]
num_heads: [ 4, 8, 16, 32 ]
window_size: 7
ape: False
drop_path_rate: 0.3
patch_norm: True
strict_sd: False
swin_large:
super_cfg: swin
type: swin
args:
embed_dim: 192
depths: [ 2, 2, 18, 2 ]
num_heads: [ 6, 12, 24, 48 ]
window_size: 12
ape: False
drop_path_rate: 0.3
patch_norm: True
strict_sd: False