Commit
•
5bf4155
1
Parent(s):
8094fef
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "timm/resnet18.a1_in1k",
|
3 |
+
"architecture": "resnet18",
|
4 |
+
"architectures": [
|
5 |
+
"TimmWrapperForImageClassification"
|
6 |
+
],
|
7 |
+
"finetuning_task": "image-classification",
|
8 |
+
"id2label": {
|
9 |
+
"0": "FALSE",
|
10 |
+
"1": "TRUE"
|
11 |
+
},
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"label2id": {
|
14 |
+
"FALSE": "0",
|
15 |
+
"TRUE": "1"
|
16 |
+
},
|
17 |
+
"model_name": "timm/resnet18.a1_in1k",
|
18 |
+
"model_type": "timm_wrapper",
|
19 |
+
"num_classes": 1000,
|
20 |
+
"num_features": 512,
|
21 |
+
"pretrained_cfg": {
|
22 |
+
"classifier": "fc",
|
23 |
+
"crop_mode": "center",
|
24 |
+
"crop_pct": 0.95,
|
25 |
+
"custom_load": false,
|
26 |
+
"first_conv": "conv1",
|
27 |
+
"fixed_input_size": false,
|
28 |
+
"input_size": [
|
29 |
+
3,
|
30 |
+
224,
|
31 |
+
224
|
32 |
+
],
|
33 |
+
"interpolation": "bicubic",
|
34 |
+
"mean": [
|
35 |
+
0.485,
|
36 |
+
0.456,
|
37 |
+
0.406
|
38 |
+
],
|
39 |
+
"num_classes": 1000,
|
40 |
+
"origin_url": "https://github.com/huggingface/pytorch-image-models",
|
41 |
+
"paper_ids": "arXiv:2110.00476",
|
42 |
+
"pool_size": [
|
43 |
+
7,
|
44 |
+
7
|
45 |
+
],
|
46 |
+
"std": [
|
47 |
+
0.229,
|
48 |
+
0.224,
|
49 |
+
0.225
|
50 |
+
],
|
51 |
+
"tag": "a1_in1k",
|
52 |
+
"test_crop_pct": 1.0,
|
53 |
+
"test_input_size": [
|
54 |
+
3,
|
55 |
+
288,
|
56 |
+
288
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"problem_type": "single_label_classification",
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.46.0.dev0"
|
62 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79524d31c31d586701a1f83f7b84cd6299c10f1f9d48609f44f0b918a76bede5
|
3 |
+
size 44760840
|
preprocessor_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "resnet18",
|
3 |
+
"data_config": {
|
4 |
+
"crop_mode": "center",
|
5 |
+
"crop_pct": 0.95,
|
6 |
+
"input_size": [
|
7 |
+
3,
|
8 |
+
224,
|
9 |
+
224
|
10 |
+
],
|
11 |
+
"interpolation": "bicubic",
|
12 |
+
"mean": [
|
13 |
+
0.485,
|
14 |
+
0.456,
|
15 |
+
0.406
|
16 |
+
],
|
17 |
+
"std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
]
|
22 |
+
},
|
23 |
+
"image_processor_type": "TimmWrapperImageProcessor",
|
24 |
+
"num_classes": 1000,
|
25 |
+
"num_features": 512,
|
26 |
+
"pretrained_cfg": {
|
27 |
+
"classifier": "fc",
|
28 |
+
"crop_mode": "center",
|
29 |
+
"crop_pct": 0.95,
|
30 |
+
"custom_load": false,
|
31 |
+
"first_conv": "conv1",
|
32 |
+
"fixed_input_size": false,
|
33 |
+
"input_size": [
|
34 |
+
3,
|
35 |
+
224,
|
36 |
+
224
|
37 |
+
],
|
38 |
+
"interpolation": "bicubic",
|
39 |
+
"mean": [
|
40 |
+
0.485,
|
41 |
+
0.456,
|
42 |
+
0.406
|
43 |
+
],
|
44 |
+
"num_classes": 1000,
|
45 |
+
"origin_url": "https://github.com/huggingface/pytorch-image-models",
|
46 |
+
"paper_ids": "arXiv:2110.00476",
|
47 |
+
"pool_size": [
|
48 |
+
7,
|
49 |
+
7
|
50 |
+
],
|
51 |
+
"std": [
|
52 |
+
0.229,
|
53 |
+
0.224,
|
54 |
+
0.225
|
55 |
+
],
|
56 |
+
"tag": "a1_in1k",
|
57 |
+
"test_crop_pct": 1.0,
|
58 |
+
"test_input_size": [
|
59 |
+
3,
|
60 |
+
288,
|
61 |
+
288
|
62 |
+
]
|
63 |
+
}
|
64 |
+
}
|
runs/Oct11_08-53-50_ed9849b3ed7e/events.out.tfevents.1728636835.ed9849b3ed7e.2902.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7fa2b4a1543c844b8adecf14cb0ddc4323cee8feefda7958c4850a6e0529b0d
|
3 |
+
size 9511
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f82e05e522e914cdda4f9a44cb502ece9a4c645ba3d8f5b60c45c9ba4debb4c8
|
3 |
+
size 5304
|