fayetitchenal
commited on
Training in progress, step 2000
Browse files- config.json +92 -0
- model.safetensors +3 -0
- runs/Oct26_01-48-17_default/events.out.tfevents.1729907348.default.1864.0 +3 -0
- runs/Oct26_01-52-23_default/events.out.tfevents.1729907546.default.2022.0 +3 -0
- runs/Oct26_02-05-16_default/events.out.tfevents.1729908320.default.125.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b5",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 768,
|
9 |
+
"depths": [
|
10 |
+
3,
|
11 |
+
6,
|
12 |
+
40,
|
13 |
+
3
|
14 |
+
],
|
15 |
+
"downsampling_rates": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
8,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": 0.1,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_sizes": [
|
25 |
+
64,
|
26 |
+
128,
|
27 |
+
320,
|
28 |
+
512
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "background",
|
32 |
+
"1": "double_plant",
|
33 |
+
"2": "drydown",
|
34 |
+
"3": "endrow",
|
35 |
+
"4": "nutrient_deficiency",
|
36 |
+
"5": "planter_skip",
|
37 |
+
"6": "water",
|
38 |
+
"7": "waterway",
|
39 |
+
"8": "weed_cluster"
|
40 |
+
},
|
41 |
+
"image_size": 224,
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"label2id": {
|
44 |
+
"background": 0,
|
45 |
+
"double_plant": 1,
|
46 |
+
"drydown": 2,
|
47 |
+
"endrow": 3,
|
48 |
+
"nutrient_deficiency": 4,
|
49 |
+
"planter_skip": 5,
|
50 |
+
"water": 6,
|
51 |
+
"waterway": 7,
|
52 |
+
"weed_cluster": 8
|
53 |
+
},
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"mlp_ratios": [
|
56 |
+
4,
|
57 |
+
4,
|
58 |
+
4,
|
59 |
+
4
|
60 |
+
],
|
61 |
+
"model_type": "segformer",
|
62 |
+
"num_attention_heads": [
|
63 |
+
1,
|
64 |
+
2,
|
65 |
+
5,
|
66 |
+
8
|
67 |
+
],
|
68 |
+
"num_channels": 4,
|
69 |
+
"num_encoder_blocks": 4,
|
70 |
+
"patch_sizes": [
|
71 |
+
7,
|
72 |
+
3,
|
73 |
+
3,
|
74 |
+
3
|
75 |
+
],
|
76 |
+
"reshape_last_stage": true,
|
77 |
+
"semantic_loss_ignore_index": 255,
|
78 |
+
"sr_ratios": [
|
79 |
+
8,
|
80 |
+
4,
|
81 |
+
2,
|
82 |
+
1
|
83 |
+
],
|
84 |
+
"strides": [
|
85 |
+
4,
|
86 |
+
2,
|
87 |
+
2,
|
88 |
+
2
|
89 |
+
],
|
90 |
+
"torch_dtype": "float32",
|
91 |
+
"transformers_version": "4.40.2"
|
92 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63c02adb6980144890c434bdcc57a062dd737dc38b0f2997650fb4e052d948bc
|
3 |
+
size 338562516
|
runs/Oct26_01-48-17_default/events.out.tfevents.1729907348.default.1864.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f44328f97ba9a07d700e3cd66431bf70f002c784a10ae932caf9cef32504ef7
|
3 |
+
size 5509
|
runs/Oct26_01-52-23_default/events.out.tfevents.1729907546.default.2022.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c0d6da0f3cf284d4252bb716ad20355b4d00f3ab511759156cd8d838eed24e9
|
3 |
+
size 4184
|
runs/Oct26_02-05-16_default/events.out.tfevents.1729908320.default.125.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0239bc9bb2b44331bfd08af4045107e4f226e8b9057306b1da21ea6dfcd9eb
|
3 |
+
size 22929
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2cbe7a2ec30a06551ebbf468a80c34549bbfd21f4bc53b3e218b92aa2d72699
|
3 |
+
size 4539
|