Upload config
Browse files- config.json +1 -7
config.json
CHANGED
@@ -24,18 +24,12 @@
|
|
24 |
224,
|
25 |
224
|
26 |
],
|
27 |
-
"in_chans": 3,
|
28 |
-
"in_index": [
|
29 |
-
0,
|
30 |
-
1,
|
31 |
-
2,
|
32 |
-
3
|
33 |
-
],
|
34 |
"initializer_range": 1.0,
|
35 |
"mlp_ratio": 4.0,
|
36 |
"model_type": "fan",
|
37 |
"norm_layer": null,
|
38 |
"num_attention_heads": 10,
|
|
|
39 |
"num_classes": 1000,
|
40 |
"num_hidden_layers": 24,
|
41 |
"out_index": -1,
|
|
|
24 |
224,
|
25 |
224
|
26 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"initializer_range": 1.0,
|
28 |
"mlp_ratio": 4.0,
|
29 |
"model_type": "fan",
|
30 |
"norm_layer": null,
|
31 |
"num_attention_heads": 10,
|
32 |
+
"num_channels": 3,
|
33 |
"num_classes": 1000,
|
34 |
"num_hidden_layers": 24,
|
35 |
"out_index": -1,
|