Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Visual-Attention-Network/van-tiny",
|
3 |
+
"architectures": [
|
4 |
+
"VanForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
5,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"dropout_rate": 0.0,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_sizes": [
|
16 |
+
32,
|
17 |
+
64,
|
18 |
+
160,
|
19 |
+
256
|
20 |
+
],
|
21 |
+
"id2label": {
|
22 |
+
"0": "burn through",
|
23 |
+
"1": "contamination",
|
24 |
+
"2": "good weld",
|
25 |
+
"3": "lack of fusion",
|
26 |
+
"4": "lack of penetration",
|
27 |
+
"5": "misalignment"
|
28 |
+
},
|
29 |
+
"image_size": 224,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"label2id": {
|
32 |
+
"burn through": "0",
|
33 |
+
"contamination": "1",
|
34 |
+
"good weld": "2",
|
35 |
+
"lack of fusion": "3",
|
36 |
+
"lack of penetration": "4",
|
37 |
+
"misalignment": "5"
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-06,
|
40 |
+
"layer_scale_init_value": 0.01,
|
41 |
+
"mlp_ratios": [
|
42 |
+
8,
|
43 |
+
8,
|
44 |
+
4,
|
45 |
+
4
|
46 |
+
],
|
47 |
+
"model_type": "van",
|
48 |
+
"num_channels": 3,
|
49 |
+
"patch_sizes": [
|
50 |
+
7,
|
51 |
+
3,
|
52 |
+
3,
|
53 |
+
3
|
54 |
+
],
|
55 |
+
"problem_type": "single_label_classification",
|
56 |
+
"strides": [
|
57 |
+
4,
|
58 |
+
2,
|
59 |
+
2,
|
60 |
+
2
|
61 |
+
],
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.45.1"
|
64 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab99322b3d3cdc97b7e7468799be5ef34bff7696352f0253e0cc64da5931173
|
3 |
+
size 15484808
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Feb24_02-11-57_8f2e92f52599/events.out.tfevents.1740363118.8f2e92f52599.30.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4728f3a2f3e44de84f0225f2dca4a93acfa5c71f880a64ea8b411acd7114442
|
3 |
+
size 5854
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2356c02d281781e5ef4e5ade7f9f8f56aef5ca7ba5ce66690bdf8858b1b4d75
|
3 |
+
size 5240
|