Add model
Browse files- config.json +11 -6
config.json
CHANGED
|
@@ -1,18 +1,24 @@
|
|
| 1 |
{
|
| 2 |
-
"architecture": "
|
| 3 |
"num_classes": 1000,
|
| 4 |
"num_features": 2048,
|
| 5 |
"pretrained_cfg": {
|
| 6 |
-
"tag": "
|
| 7 |
"custom_load": false,
|
| 8 |
"input_size": [
|
| 9 |
3,
|
| 10 |
224,
|
| 11 |
224
|
| 12 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"fixed_input_size": false,
|
| 14 |
-
"interpolation": "
|
| 15 |
"crop_pct": 0.875,
|
|
|
|
| 16 |
"crop_mode": "center",
|
| 17 |
"mean": [
|
| 18 |
0.485,
|
|
@@ -29,10 +35,9 @@
|
|
| 29 |
7,
|
| 30 |
7
|
| 31 |
],
|
| 32 |
-
"first_conv": "conv1",
|
| 33 |
"classifier": "fc",
|
| 34 |
-
"
|
| 35 |
-
"origin_url": "https://github.com/facebookresearch/semi-supervised-ImageNet1K-models"
|
| 36 |
},
|
| 37 |
"layers": [
|
| 38 |
3,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architecture": "resnext50d_32x4d",
|
| 3 |
"num_classes": 1000,
|
| 4 |
"num_features": 2048,
|
| 5 |
"pretrained_cfg": {
|
| 6 |
+
"tag": "bt_in1k",
|
| 7 |
"custom_load": false,
|
| 8 |
"input_size": [
|
| 9 |
3,
|
| 10 |
224,
|
| 11 |
224
|
| 12 |
],
|
| 13 |
+
"test_input_size": [
|
| 14 |
+
3,
|
| 15 |
+
288,
|
| 16 |
+
288
|
| 17 |
+
],
|
| 18 |
"fixed_input_size": false,
|
| 19 |
+
"interpolation": "bicubic",
|
| 20 |
"crop_pct": 0.875,
|
| 21 |
+
"test_crop_pct": 0.95,
|
| 22 |
"crop_mode": "center",
|
| 23 |
"mean": [
|
| 24 |
0.485,
|
|
|
|
| 35 |
7,
|
| 36 |
7
|
| 37 |
],
|
| 38 |
+
"first_conv": "conv1.0",
|
| 39 |
"classifier": "fc",
|
| 40 |
+
"origin_url": "https://github.com/huggingface/pytorch-image-models"
|
|
|
|
| 41 |
},
|
| 42 |
"layers": [
|
| 43 |
3,
|