plantdoctor commited on
Commit
5ee06fb
1 Parent(s): d4c9346

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Apple___Apple_scab",
21
+ "1": "Apple___Black_rot",
22
+ "2": "Apple___Cedar_apple_rust",
23
+ "3": "Apple___healthy",
24
+ "4": "Blueberry___healthy",
25
+ "5": "Cherry_(including_sour)___Powdery_mildew",
26
+ "6": "Cherry_(including_sour)___healthy",
27
+ "7": "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot",
28
+ "8": "Corn_(maize)___Common_rust_",
29
+ "9": "Corn_(maize)___Northern_Leaf_Blight",
30
+ "10": "Corn_(maize)___healthy",
31
+ "11": "Grape___Black_rot",
32
+ "12": "Grape___Esca_(Black_Measles)",
33
+ "13": "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)",
34
+ "14": "Grape___healthy",
35
+ "15": "Orange___Haunglongbing_(Citrus_greening)",
36
+ "16": "Peach___Bacterial_spot",
37
+ "17": "Peach___healthy",
38
+ "18": "Pepper,_bell___Bacterial_spot",
39
+ "19": "Pepper,_bell___healthy",
40
+ "20": "Potato___Early_blight",
41
+ "21": "Potato___Late_blight",
42
+ "22": "Potato___healthy",
43
+ "23": "Raspberry___healthy",
44
+ "24": "Soybean___healthy",
45
+ "25": "Squash___Powdery_mildew",
46
+ "26": "Strawberry___Leaf_scorch",
47
+ "27": "Strawberry___healthy",
48
+ "28": "Tomato___Bacterial_spot",
49
+ "29": "Tomato___Early_blight",
50
+ "30": "Tomato___Late_blight",
51
+ "31": "Tomato___Leaf_Mold",
52
+ "32": "Tomato___Septoria_leaf_spot",
53
+ "33": "Tomato___Spider_mites Two-spotted_spider_mite",
54
+ "34": "Tomato___Target_Spot",
55
+ "35": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
56
+ "36": "Tomato___Tomato_mosaic_virus",
57
+ "37": "Tomato___healthy"
58
+ },
59
+ "image_size": 224,
60
+ "initializer_range": 0.02,
61
+ "label2id": {
62
+ "Apple___Apple_scab": 0,
63
+ "Apple___Black_rot": 1,
64
+ "Apple___Cedar_apple_rust": 2,
65
+ "Apple___healthy": 3,
66
+ "Blueberry___healthy": 4,
67
+ "Cherry_(including_sour)___Powdery_mildew": 5,
68
+ "Cherry_(including_sour)___healthy": 6,
69
+ "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
70
+ "Corn_(maize)___Common_rust_": 8,
71
+ "Corn_(maize)___Northern_Leaf_Blight": 9,
72
+ "Corn_(maize)___healthy": 10,
73
+ "Grape___Black_rot": 11,
74
+ "Grape___Esca_(Black_Measles)": 12,
75
+ "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
76
+ "Grape___healthy": 14,
77
+ "Orange___Haunglongbing_(Citrus_greening)": 15,
78
+ "Peach___Bacterial_spot": 16,
79
+ "Peach___healthy": 17,
80
+ "Pepper,_bell___Bacterial_spot": 18,
81
+ "Pepper,_bell___healthy": 19,
82
+ "Potato___Early_blight": 20,
83
+ "Potato___Late_blight": 21,
84
+ "Potato___healthy": 22,
85
+ "Raspberry___healthy": 23,
86
+ "Soybean___healthy": 24,
87
+ "Squash___Powdery_mildew": 25,
88
+ "Strawberry___Leaf_scorch": 26,
89
+ "Strawberry___healthy": 27,
90
+ "Tomato___Bacterial_spot": 28,
91
+ "Tomato___Early_blight": 29,
92
+ "Tomato___Late_blight": 30,
93
+ "Tomato___Leaf_Mold": 31,
94
+ "Tomato___Septoria_leaf_spot": 32,
95
+ "Tomato___Spider_mites Two-spotted_spider_mite": 33,
96
+ "Tomato___Target_Spot": 34,
97
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
98
+ "Tomato___Tomato_mosaic_virus": 36,
99
+ "Tomato___healthy": 37
100
+ },
101
+ "layer_norm_eps": 1e-05,
102
+ "mlp_ratio": 4.0,
103
+ "model_type": "swin",
104
+ "num_channels": 3,
105
+ "num_heads": [
106
+ 3,
107
+ 6,
108
+ 12,
109
+ 24
110
+ ],
111
+ "num_layers": 4,
112
+ "patch_size": 4,
113
+ "path_norm": true,
114
+ "problem_type": "single_label_classification",
115
+ "qkv_bias": true,
116
+ "torch_dtype": "float32",
117
+ "transformers_version": "4.18.0",
118
+ "use_absolute_embeddings": false,
119
+ "window_size": 7
120
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6fedd2462b794b63838e086b4a4da63bf2ee76a69f651bcd09d9ab9da6f688e
3
+ size 110503599
runs/Apr20_13-44-12_Tayyabs-Lenovo/1650444280.8132527/events.out.tfevents.1650444280.Tayyabs-Lenovo.11508.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006762383fc550e87791a55a165012a34802d940aa54eb787c160ba4d174b5a6
3
+ size 4918
runs/Apr20_13-44-12_Tayyabs-Lenovo/events.out.tfevents.1650444280.Tayyabs-Lenovo.11508.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36173261c34bcf41da45e597892c3ff7aa74c699217376fc4ee9e365073a3e8b
3
+ size 6422
runs/Apr20_13-46-07_Tayyabs-Lenovo/1650444446.6610184/events.out.tfevents.1650444446.Tayyabs-Lenovo.11508.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc145ffbe7a6a101c53e0c78278ca1035f77e10df25bc415121f15912ec7e15c
3
+ size 4918
runs/Apr20_13-46-07_Tayyabs-Lenovo/events.out.tfevents.1650444446.Tayyabs-Lenovo.11508.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84368e91d21379f9df448f5a3d11b426c27abd072e74e21bd0e624be668d8006
3
+ size 6420
runs/Apr20_13-51-57_Tayyabs-Lenovo/1650444747.6902206/events.out.tfevents.1650444747.Tayyabs-Lenovo.13956.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0139e5f148c63b9cd2466da83108f2c2a664248dc370bf20fd0512c4a817da7
3
+ size 4918
runs/Apr20_13-51-57_Tayyabs-Lenovo/events.out.tfevents.1650444747.Tayyabs-Lenovo.13956.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cf802a4aa7b8309d34f04a353c9cfc52b5170caf0a0598e429fcff3ec56b17
3
+ size 24439
runs/Apr21_19-37-14_Tayyabs-Lenovo/1650551872.3408983/events.out.tfevents.1650551872.Tayyabs-Lenovo.10792.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7462cab138b35c5c9710714c31cb2ceace126996d7adc3aabcec0a4936e40921
3
+ size 4918
runs/Apr21_19-37-14_Tayyabs-Lenovo/events.out.tfevents.1650551872.Tayyabs-Lenovo.10792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6651d13d1b6bd6ca614901649e6ca5134a458ea7fdaad33bcbeef35dbac0014
3
+ size 18473
runs/Apr22_14-29-49_Tayyabs-Lenovo/1650619802.0958867/events.out.tfevents.1650619802.Tayyabs-Lenovo.12440.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4391286fa8315a9ee46150edc653b2f88c5259ba9c4529536624e74cbafb1a56
3
+ size 4918
runs/Apr22_14-29-49_Tayyabs-Lenovo/events.out.tfevents.1650619802.Tayyabs-Lenovo.12440.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6219c2af3418b0c98aa15bac2675957d8dea8dd556f0047ea6d6794aa450aa
3
+ size 68722
runs/Apr22_15-43-24_Tayyabs-Lenovo/1650624213.0234325/events.out.tfevents.1650624213.Tayyabs-Lenovo.12440.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4547e1136b6ef0e5e98bf8e217e2b0766d0cb08ca6a91a02ffc42b3adad17079
3
+ size 4918
runs/Apr22_15-43-24_Tayyabs-Lenovo/events.out.tfevents.1650624213.Tayyabs-Lenovo.12440.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a1cbed6f0ca19112d4dc9c8f033ecb1452b124822226f969aa73dc6981772b
3
+ size 68722
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87378aeda1f3bd1109597ba0b5b34eb2d1d4b3a08f153b7d409e74c8c563fd48
3
+ size 3119