Upload config
Browse files- config.json +6 -0
config.json
CHANGED
@@ -2,8 +2,14 @@
|
|
2 |
"depth": 24,
|
3 |
"embed_dim": 480,
|
4 |
"eta": 1.0,
|
|
|
|
|
|
|
|
|
|
|
5 |
"initializer_range": 1.0,
|
6 |
"model_type": "fully_attentional_networks",
|
|
|
7 |
"num_heads": 10,
|
8 |
"patch_size": 16,
|
9 |
"se_mlp": true,
|
|
|
2 |
"depth": 24,
|
3 |
"embed_dim": 480,
|
4 |
"eta": 1.0,
|
5 |
+
"img_size": [
|
6 |
+
224,
|
7 |
+
224
|
8 |
+
],
|
9 |
+
"in_chans": 3,
|
10 |
"initializer_range": 1.0,
|
11 |
"model_type": "fully_attentional_networks",
|
12 |
+
"num_classes": 1000,
|
13 |
"num_heads": 10,
|
14 |
"patch_size": 16,
|
15 |
"se_mlp": true,
|