Wei Chen
commited on
Upload config
Browse files- config.json +18 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"avg_down": true,
|
| 3 |
+
"base_width": 64,
|
| 4 |
+
"block_type": "bottleneck",
|
| 5 |
+
"cardinality": 1,
|
| 6 |
+
"input_channels": 3,
|
| 7 |
+
"layers": [
|
| 8 |
+
3,
|
| 9 |
+
4,
|
| 10 |
+
6,
|
| 11 |
+
3
|
| 12 |
+
],
|
| 13 |
+
"model_type": "resnet",
|
| 14 |
+
"num_classes": 1000,
|
| 15 |
+
"stem_type": "deep",
|
| 16 |
+
"stem_width": 32,
|
| 17 |
+
"transformers_version": "4.36.2"
|
| 18 |
+
}
|