Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window16-256",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Swinv2ForImageClassification"
|
| 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": "Pepper__bell___Bacterial_spot",
|
| 21 |
+
"1": "Pepper__bell___healthy",
|
| 22 |
+
"2": "Potato___Early_blight",
|
| 23 |
+
"3": "Potato___Late_blight",
|
| 24 |
+
"4": "Potato___healthy",
|
| 25 |
+
"5": "Tomato_Bacterial_spot",
|
| 26 |
+
"6": "Tomato_Early_blight",
|
| 27 |
+
"7": "Tomato_Late_blight",
|
| 28 |
+
"8": "Tomato_Leaf_Mold",
|
| 29 |
+
"9": "Tomato_Septoria_leaf_spot",
|
| 30 |
+
"10": "Tomato_Spider_mites_Two_spotted_spider_mite",
|
| 31 |
+
"11": "Tomato__Target_Spot",
|
| 32 |
+
"12": "Tomato__Tomato_YellowLeaf__Curl_Virus",
|
| 33 |
+
"13": "Tomato__Tomato_mosaic_virus",
|
| 34 |
+
"14": "Tomato_healthy"
|
| 35 |
+
},
|
| 36 |
+
"image_size": 256,
|
| 37 |
+
"initializer_range": 0.02,
|
| 38 |
+
"label2id": {
|
| 39 |
+
"Pepper__bell___Bacterial_spot": 0,
|
| 40 |
+
"Pepper__bell___healthy": 1,
|
| 41 |
+
"Potato___Early_blight": 2,
|
| 42 |
+
"Potato___Late_blight": 3,
|
| 43 |
+
"Potato___healthy": 4,
|
| 44 |
+
"Tomato_Bacterial_spot": 5,
|
| 45 |
+
"Tomato_Early_blight": 6,
|
| 46 |
+
"Tomato_Late_blight": 7,
|
| 47 |
+
"Tomato_Leaf_Mold": 8,
|
| 48 |
+
"Tomato_Septoria_leaf_spot": 9,
|
| 49 |
+
"Tomato_Spider_mites_Two_spotted_spider_mite": 10,
|
| 50 |
+
"Tomato__Target_Spot": 11,
|
| 51 |
+
"Tomato__Tomato_YellowLeaf__Curl_Virus": 12,
|
| 52 |
+
"Tomato__Tomato_mosaic_virus": 13,
|
| 53 |
+
"Tomato_healthy": 14
|
| 54 |
+
},
|
| 55 |
+
"layer_norm_eps": 1e-05,
|
| 56 |
+
"mlp_ratio": 4.0,
|
| 57 |
+
"model_type": "swinv2",
|
| 58 |
+
"num_channels": 3,
|
| 59 |
+
"num_heads": [
|
| 60 |
+
3,
|
| 61 |
+
6,
|
| 62 |
+
12,
|
| 63 |
+
24
|
| 64 |
+
],
|
| 65 |
+
"num_layers": 4,
|
| 66 |
+
"out_features": [
|
| 67 |
+
"stage4"
|
| 68 |
+
],
|
| 69 |
+
"out_indices": [
|
| 70 |
+
4
|
| 71 |
+
],
|
| 72 |
+
"patch_size": 4,
|
| 73 |
+
"path_norm": true,
|
| 74 |
+
"pretrained_window_sizes": [
|
| 75 |
+
0,
|
| 76 |
+
0,
|
| 77 |
+
0,
|
| 78 |
+
0
|
| 79 |
+
],
|
| 80 |
+
"problem_type": "single_label_classification",
|
| 81 |
+
"qkv_bias": true,
|
| 82 |
+
"stage_names": [
|
| 83 |
+
"stem",
|
| 84 |
+
"stage1",
|
| 85 |
+
"stage2",
|
| 86 |
+
"stage3",
|
| 87 |
+
"stage4"
|
| 88 |
+
],
|
| 89 |
+
"torch_dtype": "float32",
|
| 90 |
+
"transformers_version": "4.44.2",
|
| 91 |
+
"use_absolute_embeddings": false,
|
| 92 |
+
"window_size": 16
|
| 93 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67b795415e00623c9b77b0cadd2592d21afda5b5a9b17443d5ad3ffa773e181e
|
| 3 |
+
size 110390140
|
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.485,
|
| 7 |
+
0.456,
|
| 8 |
+
0.406
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.229,
|
| 13 |
+
0.224,
|
| 14 |
+
0.225
|
| 15 |
+
],
|
| 16 |
+
"resample": 3,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 256,
|
| 20 |
+
"width": 256
|
| 21 |
+
}
|
| 22 |
+
}
|
runs/Nov08_18-30-46_044b84647f9f/events.out.tfevents.1731090677.044b84647f9f.1513.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:583f39c349e7649d22862439dc225a347501f7bff3146804a32e01d4f3cb4d00
|
| 3 |
+
size 17181
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54a8bf1b8fbf69e1ed2d216c4670f29ec6abe49e816c0b95817db1b2e6af1077
|
| 3 |
+
size 5304
|