Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-50",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
4,
|
9 |
+
6,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
256,
|
18 |
+
512,
|
19 |
+
1024,
|
20 |
+
2048
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "Apple Apple scab",
|
24 |
+
"1": "Apple Black rot",
|
25 |
+
"2": "Apple Cedar apple rust",
|
26 |
+
"3": "Apple healthy",
|
27 |
+
"4": "Blueberry healthy",
|
28 |
+
"5": "Cherry (including sour) Powdery mildew",
|
29 |
+
"6": "Cherry (including sour) healthy",
|
30 |
+
"7": "Corn (maize) Cercospora leaf spot Gray leaf spot",
|
31 |
+
"8": "Corn (maize) Common rust ",
|
32 |
+
"9": "Corn (maize) Northern Leaf Blight",
|
33 |
+
"10": "Corn (maize) healthy",
|
34 |
+
"11": "Grape Black rot",
|
35 |
+
"12": "Grape Esca (Black Measles)",
|
36 |
+
"13": "Grape Leaf blight (Isariopsis Leaf Spot)",
|
37 |
+
"14": "Grape healthy",
|
38 |
+
"15": "Orange Haunglongbing (Citrus greening)",
|
39 |
+
"16": "Peach Bacterial spot",
|
40 |
+
"17": "Peach healthy",
|
41 |
+
"18": "Pepper, bell Bacterial spot",
|
42 |
+
"19": "Pepper, bell healthy",
|
43 |
+
"20": "Potato Early blight",
|
44 |
+
"21": "Potato Late blight",
|
45 |
+
"22": "Potato healthy",
|
46 |
+
"23": "Raspberry healthy",
|
47 |
+
"24": "Soybean healthy",
|
48 |
+
"25": "Squash Powdery mildew",
|
49 |
+
"26": "Strawberry Leaf scorch",
|
50 |
+
"27": "Strawberry healthy",
|
51 |
+
"28": "Tomato Bacterial spot",
|
52 |
+
"29": "Tomato Early blight",
|
53 |
+
"30": "Tomato Late blight",
|
54 |
+
"31": "Tomato Leaf Mold",
|
55 |
+
"32": "Tomato Septoria leaf spot",
|
56 |
+
"33": "Tomato Spider mites Two-spotted spider mite",
|
57 |
+
"34": "Tomato Target Spot",
|
58 |
+
"35": "Tomato Tomato Yellow Leaf Curl Virus",
|
59 |
+
"36": "Tomato Tomato mosaic virus",
|
60 |
+
"37": "Tomato healthy"
|
61 |
+
},
|
62 |
+
"label2id": {
|
63 |
+
"Apple Apple scab": 0,
|
64 |
+
"Apple Black rot": 1,
|
65 |
+
"Apple Cedar apple rust": 2,
|
66 |
+
"Apple healthy": 3,
|
67 |
+
"Blueberry healthy": 4,
|
68 |
+
"Cherry (including sour) Powdery mildew": 5,
|
69 |
+
"Cherry (including sour) healthy": 6,
|
70 |
+
"Corn (maize) Cercospora leaf spot Gray leaf spot": 7,
|
71 |
+
"Corn (maize) Common rust ": 8,
|
72 |
+
"Corn (maize) Northern Leaf Blight": 9,
|
73 |
+
"Corn (maize) healthy": 10,
|
74 |
+
"Grape Black rot": 11,
|
75 |
+
"Grape Esca (Black Measles)": 12,
|
76 |
+
"Grape Leaf blight (Isariopsis Leaf Spot)": 13,
|
77 |
+
"Grape healthy": 14,
|
78 |
+
"Orange Haunglongbing (Citrus greening)": 15,
|
79 |
+
"Peach Bacterial spot": 16,
|
80 |
+
"Peach healthy": 17,
|
81 |
+
"Pepper, bell Bacterial spot": 18,
|
82 |
+
"Pepper, bell healthy": 19,
|
83 |
+
"Potato Early blight": 20,
|
84 |
+
"Potato Late blight": 21,
|
85 |
+
"Potato healthy": 22,
|
86 |
+
"Raspberry healthy": 23,
|
87 |
+
"Soybean healthy": 24,
|
88 |
+
"Squash Powdery mildew": 25,
|
89 |
+
"Strawberry Leaf scorch": 26,
|
90 |
+
"Strawberry healthy": 27,
|
91 |
+
"Tomato Bacterial spot": 28,
|
92 |
+
"Tomato Early blight": 29,
|
93 |
+
"Tomato Late blight": 30,
|
94 |
+
"Tomato Leaf Mold": 31,
|
95 |
+
"Tomato Septoria leaf spot": 32,
|
96 |
+
"Tomato Spider mites Two-spotted spider mite": 33,
|
97 |
+
"Tomato Target Spot": 34,
|
98 |
+
"Tomato Tomato Yellow Leaf Curl Virus": 35,
|
99 |
+
"Tomato Tomato mosaic virus": 36,
|
100 |
+
"Tomato healthy": 37
|
101 |
+
},
|
102 |
+
"layer_type": "bottleneck",
|
103 |
+
"model_type": "resnet",
|
104 |
+
"num_channels": 3,
|
105 |
+
"out_features": [
|
106 |
+
"stage4"
|
107 |
+
],
|
108 |
+
"out_indices": [
|
109 |
+
4
|
110 |
+
],
|
111 |
+
"problem_type": "single_label_classification",
|
112 |
+
"stage_names": [
|
113 |
+
"stem",
|
114 |
+
"stage1",
|
115 |
+
"stage2",
|
116 |
+
"stage3",
|
117 |
+
"stage4"
|
118 |
+
],
|
119 |
+
"torch_dtype": "float32",
|
120 |
+
"transformers_version": "4.35.2"
|
121 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e8abdb9f13cd663c4f2974923a2490f2cc5b820759fb40a021d86040ce57665
|
3 |
+
size 94598072
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Dec22_16-49-07_ca8f92729c6f/events.out.tfevents.1703263758.ca8f92729c6f.7167.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b126810d8671065ab3e85bbd31d3b60be828e0415775dabdb38c06b16b31e3a9
|
3 |
+
size 9621
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdcf16a26e409f2b2a70a6030a514821864d70ab340c0573a9d6d94406e21717
|
3 |
+
size 4600
|