Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/efficientnet-b4",
|
3 |
+
"architectures": [
|
4 |
+
"EfficientNetForImageClassification"
|
5 |
+
],
|
6 |
+
"batch_norm_eps": 0.001,
|
7 |
+
"batch_norm_momentum": 0.99,
|
8 |
+
"depth_coefficient": 1.8,
|
9 |
+
"depth_divisor": 8,
|
10 |
+
"depthwise_padding": [
|
11 |
+
6
|
12 |
+
],
|
13 |
+
"drop_connect_rate": 0.2,
|
14 |
+
"dropout_rate": 0.4,
|
15 |
+
"expand_ratios": [
|
16 |
+
1,
|
17 |
+
6,
|
18 |
+
6,
|
19 |
+
6,
|
20 |
+
6,
|
21 |
+
6,
|
22 |
+
6
|
23 |
+
],
|
24 |
+
"hidden_act": "swish",
|
25 |
+
"hidden_dim": 1792,
|
26 |
+
"id2label": {
|
27 |
+
"0": "ng",
|
28 |
+
"1": "ok"
|
29 |
+
},
|
30 |
+
"image_size": 380,
|
31 |
+
"in_channels": [
|
32 |
+
32,
|
33 |
+
16,
|
34 |
+
24,
|
35 |
+
40,
|
36 |
+
80,
|
37 |
+
112,
|
38 |
+
192
|
39 |
+
],
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"kernel_sizes": [
|
42 |
+
3,
|
43 |
+
3,
|
44 |
+
5,
|
45 |
+
3,
|
46 |
+
5,
|
47 |
+
5,
|
48 |
+
3
|
49 |
+
],
|
50 |
+
"label2id": {
|
51 |
+
"ng": "0",
|
52 |
+
"ok": "1"
|
53 |
+
},
|
54 |
+
"model_type": "efficientnet",
|
55 |
+
"num_block_repeats": [
|
56 |
+
1,
|
57 |
+
2,
|
58 |
+
2,
|
59 |
+
3,
|
60 |
+
3,
|
61 |
+
4,
|
62 |
+
1
|
63 |
+
],
|
64 |
+
"num_channels": 3,
|
65 |
+
"num_hidden_layers": 64,
|
66 |
+
"out_channels": [
|
67 |
+
16,
|
68 |
+
24,
|
69 |
+
40,
|
70 |
+
80,
|
71 |
+
112,
|
72 |
+
192,
|
73 |
+
320
|
74 |
+
],
|
75 |
+
"pooling_type": "mean",
|
76 |
+
"problem_type": "single_label_classification",
|
77 |
+
"squeeze_expansion_ratio": 0.25,
|
78 |
+
"strides": [
|
79 |
+
1,
|
80 |
+
2,
|
81 |
+
2,
|
82 |
+
2,
|
83 |
+
1,
|
84 |
+
2,
|
85 |
+
1
|
86 |
+
],
|
87 |
+
"torch_dtype": "float32",
|
88 |
+
"transformers_version": "4.42.4",
|
89 |
+
"width_coefficient": 1.4
|
90 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9e901969ace707268eb8a8372c11b38667bc5493f4448fdc7048acf06090f5e
|
3 |
+
size 70802008
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.47853944,
|
18 |
+
0.4732864,
|
19 |
+
0.47434163
|
20 |
+
],
|
21 |
+
"include_top": true,
|
22 |
+
"resample": 0,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"rescale_offset": false,
|
25 |
+
"size": {
|
26 |
+
"height": 380,
|
27 |
+
"width": 380
|
28 |
+
}
|
29 |
+
}
|
runs/Aug05_14-03-14_b8aef102babd/events.out.tfevents.1722866595.b8aef102babd.639.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef35091d22079395525ebf641d908197a71a944ac04b60a3a48e12e8fcfb02d2
|
3 |
+
size 5438
|
runs/Aug05_14-05-18_b8aef102babd/events.out.tfevents.1722866719.b8aef102babd.639.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceb9858fe1421e0ff2cf44bc5af2ce6826e8b939e0cfeff240f2125a0d408685
|
3 |
+
size 5704
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32f046909449ba544c2b56316fd66c4125ade6bcaec89bc284cecb28410c93b6
|
3 |
+
size 5176
|