linkanjarad commited on
Commit
236cc70
1 Parent(s): dc4ecd3

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "architectures": [
4
+ "MobileNetV2ForImageClassification"
5
+ ],
6
+ "classifier_dropout_prob": 0.8,
7
+ "depth_divisible_by": 8,
8
+ "depth_multiplier": 1.0,
9
+ "expand_ratio": 6,
10
+ "finegrained_output": true,
11
+ "first_layer_is_expansion": true,
12
+ "hidden_act": "relu6",
13
+ "id2label": {
14
+ "0": "Apple___Apple_scab",
15
+ "1": "Apple___Black_rot",
16
+ "2": "Apple___Cedar_apple_rust",
17
+ "3": "Apple___healthy",
18
+ "4": "Blueberry___healthy",
19
+ "5": "Cherry_(including_sour)___Powdery_mildew",
20
+ "6": "Cherry_(including_sour)___healthy",
21
+ "7": "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot",
22
+ "8": "Corn_(maize)___Common_rust_",
23
+ "9": "Corn_(maize)___Northern_Leaf_Blight",
24
+ "10": "Corn_(maize)___healthy",
25
+ "11": "Grape___Black_rot",
26
+ "12": "Grape___Esca_(Black_Measles)",
27
+ "13": "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)",
28
+ "14": "Grape___healthy",
29
+ "15": "Orange___Haunglongbing_(Citrus_greening)",
30
+ "16": "Peach___Bacterial_spot",
31
+ "17": "Peach___healthy",
32
+ "18": "Pepper,_bell___Bacterial_spot",
33
+ "19": "Pepper,_bell___healthy",
34
+ "20": "Potato___Early_blight",
35
+ "21": "Potato___Late_blight",
36
+ "22": "Potato___healthy",
37
+ "23": "Raspberry___healthy",
38
+ "24": "Soybean___healthy",
39
+ "25": "Squash___Powdery_mildew",
40
+ "26": "Strawberry___Leaf_scorch",
41
+ "27": "Strawberry___healthy",
42
+ "28": "Tomato___Bacterial_spot",
43
+ "29": "Tomato___Early_blight",
44
+ "30": "Tomato___Late_blight",
45
+ "31": "Tomato___Leaf_Mold",
46
+ "32": "Tomato___Septoria_leaf_spot",
47
+ "33": "Tomato___Spider_mites Two-spotted_spider_mite",
48
+ "34": "Tomato___Target_Spot",
49
+ "35": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
50
+ "36": "Tomato___Tomato_mosaic_virus",
51
+ "37": "Tomato___healthy"
52
+ },
53
+ "image_size": 224,
54
+ "initializer_range": 0.02,
55
+ "label2id": {
56
+ "Apple___Apple_scab": 0,
57
+ "Apple___Black_rot": 1,
58
+ "Apple___Cedar_apple_rust": 2,
59
+ "Apple___healthy": 3,
60
+ "Blueberry___healthy": 4,
61
+ "Cherry_(including_sour)___Powdery_mildew": 5,
62
+ "Cherry_(including_sour)___healthy": 6,
63
+ "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
64
+ "Corn_(maize)___Common_rust_": 8,
65
+ "Corn_(maize)___Northern_Leaf_Blight": 9,
66
+ "Corn_(maize)___healthy": 10,
67
+ "Grape___Black_rot": 11,
68
+ "Grape___Esca_(Black_Measles)": 12,
69
+ "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
70
+ "Grape___healthy": 14,
71
+ "Orange___Haunglongbing_(Citrus_greening)": 15,
72
+ "Peach___Bacterial_spot": 16,
73
+ "Peach___healthy": 17,
74
+ "Pepper,_bell___Bacterial_spot": 18,
75
+ "Pepper,_bell___healthy": 19,
76
+ "Potato___Early_blight": 20,
77
+ "Potato___Late_blight": 21,
78
+ "Potato___healthy": 22,
79
+ "Raspberry___healthy": 23,
80
+ "Soybean___healthy": 24,
81
+ "Squash___Powdery_mildew": 25,
82
+ "Strawberry___Leaf_scorch": 26,
83
+ "Strawberry___healthy": 27,
84
+ "Tomato___Bacterial_spot": 28,
85
+ "Tomato___Early_blight": 29,
86
+ "Tomato___Late_blight": 30,
87
+ "Tomato___Leaf_Mold": 31,
88
+ "Tomato___Septoria_leaf_spot": 32,
89
+ "Tomato___Spider_mites Two-spotted_spider_mite": 33,
90
+ "Tomato___Target_Spot": 34,
91
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
92
+ "Tomato___Tomato_mosaic_virus": 36,
93
+ "Tomato___healthy": 37
94
+ },
95
+ "layer_norm_eps": 0.001,
96
+ "min_depth": 8,
97
+ "model_type": "mobilenet_v2",
98
+ "num_channels": 3,
99
+ "output_stride": 32,
100
+ "problem_type": "single_label_classification",
101
+ "semantic_loss_ignore_index": 255,
102
+ "tf_padding": true,
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.26.1"
105
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2FeatureExtractor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ }
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280ca5cf5a35deb23e31c0290d3ccb28cca304f105bf6dafc6c53e29cf4fcf4c
3
+ size 9335093
runs/Apr04_04-08-44_1aca0a99cc36/1680581523.6181645/events.out.tfevents.1680581523.1aca0a99cc36.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b28bb755d46cec89792e4aa8bc28aa31876ecd48ceafdc65c387c27ed654b7ea
3
+ size 5776
runs/Apr04_04-08-44_1aca0a99cc36/events.out.tfevents.1680581523.1aca0a99cc36.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d7e2cabaf140f2f1a2e5c8eb9de6ba047814b30a4a143c38e3176668a66d3f
3
+ size 10852
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78544e20088c2e96ddb2db8f7e1ace28e42e02e193398ff187a0efd96dc9de03
3
+ size 3579