Spaces:
Runtime error
Runtime error
Create config_swinL_384.json
Browse files
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 |
+
}
|