Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"EfficientNetForImageClassification"
|
4 |
+
],
|
5 |
+
"batch_norm_eps": 0.001,
|
6 |
+
"batch_norm_momentum": 0.99,
|
7 |
+
"depth_coefficient": 1.0,
|
8 |
+
"depth_divisor": 8,
|
9 |
+
"depthwise_padding": [],
|
10 |
+
"drop_connect_rate": 0.2,
|
11 |
+
"dropout_rate": 0.2,
|
12 |
+
"dtype": "float32",
|
13 |
+
"expand_ratios": [
|
14 |
+
1,
|
15 |
+
6,
|
16 |
+
6,
|
17 |
+
6,
|
18 |
+
6,
|
19 |
+
6,
|
20 |
+
6
|
21 |
+
],
|
22 |
+
"hidden_act": "swish",
|
23 |
+
"hidden_dim": 1280,
|
24 |
+
"id2label": {
|
25 |
+
"0": "origin",
|
26 |
+
"1": "photo"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"in_channels": [
|
30 |
+
32,
|
31 |
+
16,
|
32 |
+
24,
|
33 |
+
40,
|
34 |
+
80,
|
35 |
+
112,
|
36 |
+
192
|
37 |
+
],
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"kernel_sizes": [
|
40 |
+
3,
|
41 |
+
3,
|
42 |
+
5,
|
43 |
+
3,
|
44 |
+
5,
|
45 |
+
5,
|
46 |
+
3
|
47 |
+
],
|
48 |
+
"label2id": {
|
49 |
+
"origin": 0,
|
50 |
+
"photo": 1
|
51 |
+
},
|
52 |
+
"model_type": "efficientnet",
|
53 |
+
"num_block_repeats": [
|
54 |
+
1,
|
55 |
+
2,
|
56 |
+
2,
|
57 |
+
3,
|
58 |
+
3,
|
59 |
+
4,
|
60 |
+
1
|
61 |
+
],
|
62 |
+
"num_channels": 3,
|
63 |
+
"num_hidden_layers": 64,
|
64 |
+
"out_channels": [
|
65 |
+
16,
|
66 |
+
24,
|
67 |
+
40,
|
68 |
+
80,
|
69 |
+
112,
|
70 |
+
192,
|
71 |
+
320
|
72 |
+
],
|
73 |
+
"out_features": null,
|
74 |
+
"pooling_type": "mean",
|
75 |
+
"problem_type": "single_label_classification",
|
76 |
+
"squeeze_expansion_ratio": 0.25,
|
77 |
+
"stage_names": [
|
78 |
+
"stem",
|
79 |
+
"stage1",
|
80 |
+
"stage2",
|
81 |
+
"stage3",
|
82 |
+
"stage4",
|
83 |
+
"stage5",
|
84 |
+
"stage6",
|
85 |
+
"stage7"
|
86 |
+
],
|
87 |
+
"strides": [
|
88 |
+
1,
|
89 |
+
2,
|
90 |
+
2,
|
91 |
+
2,
|
92 |
+
1,
|
93 |
+
2,
|
94 |
+
1
|
95 |
+
],
|
96 |
+
"transformers_version": "4.56.1",
|
97 |
+
"width_coefficient": 1.0
|
98 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92556db88c4a3ace97e1c09f13355c141f33aca80ccf780e131b5bf3c8187441
|
3 |
+
size 16255128
|
preprocessor_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"data_format": "channels_first",
|
7 |
+
"default_to_square": true,
|
8 |
+
"device": null,
|
9 |
+
"disable_grouping": null,
|
10 |
+
"do_center_crop": false,
|
11 |
+
"do_convert_rgb": null,
|
12 |
+
"do_normalize": true,
|
13 |
+
"do_rescale": true,
|
14 |
+
"do_resize": true,
|
15 |
+
"image_mean": [
|
16 |
+
0.485,
|
17 |
+
0.456,
|
18 |
+
0.406
|
19 |
+
],
|
20 |
+
"image_processor_type": "EfficientNetImageProcessorFast",
|
21 |
+
"image_std": [
|
22 |
+
0.47853944,
|
23 |
+
0.4732864,
|
24 |
+
0.47434163
|
25 |
+
],
|
26 |
+
"include_top": true,
|
27 |
+
"input_data_format": null,
|
28 |
+
"resample": 0,
|
29 |
+
"rescale_factor": 0.00392156862745098,
|
30 |
+
"rescale_offset": false,
|
31 |
+
"return_tensors": null,
|
32 |
+
"size": {
|
33 |
+
"height": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/Sep17_02-17-19_ab7eb2289440/events.out.tfevents.1758075446.ab7eb2289440.375.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cd772b28f63836640f195a53ed89a9bccb26958ea3b79d519004b6256bdef97
|
3 |
+
size 5679
|
runs/Sep17_02-20-33_ab7eb2289440/events.out.tfevents.1758075634.ab7eb2289440.375.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1c1c7e6f442bbe066e3580ec23c5f8591448721dc5eae3ea69d2a527a51ddde
|
3 |
+
size 5996
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19bda218db9d94d1c7006eb1a7af954970263595c9a8471772502cd951df2623
|
3 |
+
size 5841
|