Add model
Browse files- config.json +14 -12
config.json
CHANGED
|
@@ -2,6 +2,19 @@
|
|
| 2 |
"architecture": "resnext50d_32x4d",
|
| 3 |
"num_classes": 1000,
|
| 4 |
"num_features": 2048,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"pretrained_cfg": {
|
| 6 |
"tag": "bt_in1k",
|
| 7 |
"custom_load": false,
|
|
@@ -38,16 +51,5 @@
|
|
| 38 |
"first_conv": "conv1.0",
|
| 39 |
"classifier": "fc",
|
| 40 |
"origin_url": "https://github.com/huggingface/pytorch-image-models"
|
| 41 |
-
}
|
| 42 |
-
"layers": [
|
| 43 |
-
3,
|
| 44 |
-
4,
|
| 45 |
-
23,
|
| 46 |
-
3
|
| 47 |
-
],
|
| 48 |
-
"cardinality": 32,
|
| 49 |
-
"base_width": 4,
|
| 50 |
-
"stem_width": 32,
|
| 51 |
-
"stem_type": "deep",
|
| 52 |
-
"avg_down": true
|
| 53 |
}
|
|
|
|
| 2 |
"architecture": "resnext50d_32x4d",
|
| 3 |
"num_classes": 1000,
|
| 4 |
"num_features": 2048,
|
| 5 |
+
"model_args": {
|
| 6 |
+
"layers": [
|
| 7 |
+
3,
|
| 8 |
+
4,
|
| 9 |
+
23,
|
| 10 |
+
3
|
| 11 |
+
],
|
| 12 |
+
"cardinality": 32,
|
| 13 |
+
"base_width": 4,
|
| 14 |
+
"stem_width": 32,
|
| 15 |
+
"stem_type": "deep",
|
| 16 |
+
"avg_down": true
|
| 17 |
+
},
|
| 18 |
"pretrained_cfg": {
|
| 19 |
"tag": "bt_in1k",
|
| 20 |
"custom_load": false,
|
|
|
|
| 51 |
"first_conv": "conv1.0",
|
| 52 |
"classifier": "fc",
|
| 53 |
"origin_url": "https://github.com/huggingface/pytorch-image-models"
|
| 54 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
}
|