xinyu1205 commited on
Commit
df59095
1 Parent(s): f623175

Create config_swinL_384.json

Browse files
Files changed (1) hide show
  1. configs/swin/config_swinL_384.json +9 -0
configs/swin/config_swinL_384.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ckpt": "pretrain_model/swin_large_patch4_window12_384_22k.pth",
3
+ "vision_width": 1536,
4
+ "image_res": 384,
5
+ "window_size": 12,
6
+ "embed_dim": 192,
7
+ "depths": [ 2, 2, 18, 2 ],
8
+ "num_heads": [ 6, 12, 24, 48 ]
9
+ }