Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "timm/
|
| 3 |
-
"architecture": "
|
| 4 |
"architectures": [
|
| 5 |
"TimmWrapperForImageClassification"
|
| 6 |
],
|
|
@@ -14,10 +14,10 @@
|
|
| 14 |
"FALSE": "0",
|
| 15 |
"TRUE": "1"
|
| 16 |
},
|
| 17 |
-
"model_name": "timm/
|
| 18 |
"model_type": "timm_wrapper",
|
| 19 |
-
"num_classes":
|
| 20 |
-
"num_features":
|
| 21 |
"pretrained_cfg": {
|
| 22 |
"classifier": "classifier",
|
| 23 |
"crop_mode": "center",
|
|
@@ -30,23 +30,25 @@
|
|
| 30 |
224,
|
| 31 |
224
|
| 32 |
],
|
| 33 |
-
"interpolation": "
|
| 34 |
"mean": [
|
| 35 |
-
0.
|
| 36 |
-
0.
|
| 37 |
-
0.
|
| 38 |
],
|
| 39 |
-
"num_classes":
|
|
|
|
|
|
|
| 40 |
"pool_size": [
|
| 41 |
7,
|
| 42 |
7
|
| 43 |
],
|
| 44 |
"std": [
|
| 45 |
-
0
|
| 46 |
-
0
|
| 47 |
-
0
|
| 48 |
],
|
| 49 |
-
"tag": "
|
| 50 |
},
|
| 51 |
"problem_type": "single_label_classification",
|
| 52 |
"torch_dtype": "float32",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "timm/mobilenetv3_large_100.miil_in21k",
|
| 3 |
+
"architecture": "mobilenetv3_large_100",
|
| 4 |
"architectures": [
|
| 5 |
"TimmWrapperForImageClassification"
|
| 6 |
],
|
|
|
|
| 14 |
"FALSE": "0",
|
| 15 |
"TRUE": "1"
|
| 16 |
},
|
| 17 |
+
"model_name": "timm/mobilenetv3_large_100.miil_in21k",
|
| 18 |
"model_type": "timm_wrapper",
|
| 19 |
+
"num_classes": 11221,
|
| 20 |
+
"num_features": 1280,
|
| 21 |
"pretrained_cfg": {
|
| 22 |
"classifier": "classifier",
|
| 23 |
"crop_mode": "center",
|
|
|
|
| 30 |
224,
|
| 31 |
224
|
| 32 |
],
|
| 33 |
+
"interpolation": "bilinear",
|
| 34 |
"mean": [
|
| 35 |
+
0.0,
|
| 36 |
+
0.0,
|
| 37 |
+
0.0
|
| 38 |
],
|
| 39 |
+
"num_classes": 11221,
|
| 40 |
+
"origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
|
| 41 |
+
"paper_ids": "arXiv:2104.10972v4",
|
| 42 |
"pool_size": [
|
| 43 |
7,
|
| 44 |
7
|
| 45 |
],
|
| 46 |
"std": [
|
| 47 |
+
1.0,
|
| 48 |
+
1.0,
|
| 49 |
+
1.0
|
| 50 |
],
|
| 51 |
+
"tag": "miil_in21k"
|
| 52 |
},
|
| 53 |
"problem_type": "single_label_classification",
|
| 54 |
"torch_dtype": "float32",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93b655e82e35ed61fa04c059d53196353b9b344c54198b8362dec785ab599f7b
|
| 3 |
+
size 16947712
|
preprocessor_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"architecture": "
|
| 3 |
"data_config": {
|
| 4 |
"crop_mode": "center",
|
| 5 |
"crop_pct": 0.875,
|
|
@@ -8,21 +8,21 @@
|
|
| 8 |
224,
|
| 9 |
224
|
| 10 |
],
|
| 11 |
-
"interpolation": "
|
| 12 |
"mean": [
|
| 13 |
-
0.
|
| 14 |
-
0.
|
| 15 |
-
0.
|
| 16 |
],
|
| 17 |
"std": [
|
| 18 |
-
0
|
| 19 |
-
0
|
| 20 |
-
0
|
| 21 |
]
|
| 22 |
},
|
| 23 |
"image_processor_type": "TimmWrapperImageProcessor",
|
| 24 |
-
"num_classes":
|
| 25 |
-
"num_features":
|
| 26 |
"pretrained_cfg": {
|
| 27 |
"classifier": "classifier",
|
| 28 |
"crop_mode": "center",
|
|
@@ -35,22 +35,24 @@
|
|
| 35 |
224,
|
| 36 |
224
|
| 37 |
],
|
| 38 |
-
"interpolation": "
|
| 39 |
"mean": [
|
| 40 |
-
0.
|
| 41 |
-
0.
|
| 42 |
-
0.
|
| 43 |
],
|
| 44 |
-
"num_classes":
|
|
|
|
|
|
|
| 45 |
"pool_size": [
|
| 46 |
7,
|
| 47 |
7
|
| 48 |
],
|
| 49 |
"std": [
|
| 50 |
-
0
|
| 51 |
-
0
|
| 52 |
-
0
|
| 53 |
],
|
| 54 |
-
"tag": "
|
| 55 |
}
|
| 56 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architecture": "mobilenetv3_large_100",
|
| 3 |
"data_config": {
|
| 4 |
"crop_mode": "center",
|
| 5 |
"crop_pct": 0.875,
|
|
|
|
| 8 |
224,
|
| 9 |
224
|
| 10 |
],
|
| 11 |
+
"interpolation": "bilinear",
|
| 12 |
"mean": [
|
| 13 |
+
0.0,
|
| 14 |
+
0.0,
|
| 15 |
+
0.0
|
| 16 |
],
|
| 17 |
"std": [
|
| 18 |
+
1.0,
|
| 19 |
+
1.0,
|
| 20 |
+
1.0
|
| 21 |
]
|
| 22 |
},
|
| 23 |
"image_processor_type": "TimmWrapperImageProcessor",
|
| 24 |
+
"num_classes": 11221,
|
| 25 |
+
"num_features": 1280,
|
| 26 |
"pretrained_cfg": {
|
| 27 |
"classifier": "classifier",
|
| 28 |
"crop_mode": "center",
|
|
|
|
| 35 |
224,
|
| 36 |
224
|
| 37 |
],
|
| 38 |
+
"interpolation": "bilinear",
|
| 39 |
"mean": [
|
| 40 |
+
0.0,
|
| 41 |
+
0.0,
|
| 42 |
+
0.0
|
| 43 |
],
|
| 44 |
+
"num_classes": 11221,
|
| 45 |
+
"origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
|
| 46 |
+
"paper_ids": "arXiv:2104.10972v4",
|
| 47 |
"pool_size": [
|
| 48 |
7,
|
| 49 |
7
|
| 50 |
],
|
| 51 |
"std": [
|
| 52 |
+
1.0,
|
| 53 |
+
1.0,
|
| 54 |
+
1.0
|
| 55 |
],
|
| 56 |
+
"tag": "miil_in21k"
|
| 57 |
}
|
| 58 |
}
|
runs/Oct11_09-57-14_ed9849b3ed7e/events.out.tfevents.1728640642.ed9849b3ed7e.18938.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4f2d8603d3215d418e12a16749b75bd090c930ff5356fe2dda1618630bf0a69
|
| 3 |
+
size 6131
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a49130ae5960ec905615dc6fda235d7ca648e620ab7bebcbc3e4fbf2475df4a
|
| 3 |
size 5304
|