Training in progress, step 2000
Browse files- config.json +136 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- runs/Nov30_23-48-52_ECEO-ws1/events.out.tfevents.1733006998.ECEO-ws1.4151108.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 256,
|
9 |
+
"depths": [
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
2,
|
13 |
+
2
|
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 |
+
32,
|
26 |
+
64,
|
27 |
+
160,
|
28 |
+
256
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "unlabeled",
|
32 |
+
"1": "human",
|
33 |
+
"2": "background",
|
34 |
+
"3": "fish",
|
35 |
+
"4": "sand",
|
36 |
+
"5": "rubble",
|
37 |
+
"6": "unknown hard substrate",
|
38 |
+
"7": "algae covered substrate",
|
39 |
+
"8": "dark",
|
40 |
+
"9": "branching bleached",
|
41 |
+
"10": "branching dead",
|
42 |
+
"11": "branching alive",
|
43 |
+
"12": "stylophora alive",
|
44 |
+
"13": "pocillopora alive",
|
45 |
+
"14": "acropora alive",
|
46 |
+
"15": "table acropora alive",
|
47 |
+
"16": "table acropora dead",
|
48 |
+
"17": "millepora",
|
49 |
+
"18": "other coral bleached",
|
50 |
+
"19": "other coral dead",
|
51 |
+
"20": "other coral alive",
|
52 |
+
"21": "massive/meandering alive",
|
53 |
+
"22": "massive/meandering dead",
|
54 |
+
"23": "massive/meandering bleached",
|
55 |
+
"24": "transect line",
|
56 |
+
"25": "transect tools",
|
57 |
+
"26": "other animal",
|
58 |
+
"27": "sea urchin",
|
59 |
+
"28": "sponge",
|
60 |
+
"29": "trash",
|
61 |
+
"30": "seagrass"
|
62 |
+
},
|
63 |
+
"image_size": 224,
|
64 |
+
"initializer_range": 0.02,
|
65 |
+
"label2id": {
|
66 |
+
"acropora alive": "14",
|
67 |
+
"algae covered substrate": "7",
|
68 |
+
"background": "2",
|
69 |
+
"branching alive": "11",
|
70 |
+
"branching bleached": "9",
|
71 |
+
"branching dead": "10",
|
72 |
+
"dark": "8",
|
73 |
+
"fish": "3",
|
74 |
+
"human": "1",
|
75 |
+
"massive/meandering alive": "21",
|
76 |
+
"massive/meandering bleached": "23",
|
77 |
+
"massive/meandering dead": "22",
|
78 |
+
"millepora": "17",
|
79 |
+
"other animal": "26",
|
80 |
+
"other coral alive": "20",
|
81 |
+
"other coral bleached": "18",
|
82 |
+
"other coral dead": "19",
|
83 |
+
"pocillopora alive": "13",
|
84 |
+
"rubble": "5",
|
85 |
+
"sand": "4",
|
86 |
+
"sea urchin": "27",
|
87 |
+
"seagrass": "30",
|
88 |
+
"sponge": "28",
|
89 |
+
"stylophora alive": "12",
|
90 |
+
"table acropora alive": "15",
|
91 |
+
"table acropora dead": "16",
|
92 |
+
"transect line": "24",
|
93 |
+
"transect tools": "25",
|
94 |
+
"trash": "29",
|
95 |
+
"unknown hard substrate": "6",
|
96 |
+
"unlabeled": "0"
|
97 |
+
},
|
98 |
+
"layer_norm_eps": 1e-06,
|
99 |
+
"mlp_ratios": [
|
100 |
+
4,
|
101 |
+
4,
|
102 |
+
4,
|
103 |
+
4
|
104 |
+
],
|
105 |
+
"model_type": "segformer",
|
106 |
+
"num_attention_heads": [
|
107 |
+
1,
|
108 |
+
2,
|
109 |
+
5,
|
110 |
+
8
|
111 |
+
],
|
112 |
+
"num_channels": 3,
|
113 |
+
"num_encoder_blocks": 4,
|
114 |
+
"patch_sizes": [
|
115 |
+
7,
|
116 |
+
3,
|
117 |
+
3,
|
118 |
+
3
|
119 |
+
],
|
120 |
+
"reshape_last_stage": true,
|
121 |
+
"semantic_loss_ignore_index": 255,
|
122 |
+
"sr_ratios": [
|
123 |
+
8,
|
124 |
+
4,
|
125 |
+
2,
|
126 |
+
1
|
127 |
+
],
|
128 |
+
"strides": [
|
129 |
+
4,
|
130 |
+
2,
|
131 |
+
2,
|
132 |
+
2
|
133 |
+
],
|
134 |
+
"torch_dtype": "float32",
|
135 |
+
"transformers_version": "4.47.0.dev0"
|
136 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4abe528c24c0577219b3cd1aa980796e8dd98e4a1a9bc8258be9328829a300d9
|
3 |
+
size 14914596
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_reduce_labels": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "SegformerImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 2,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 512,
|
21 |
+
"width": 512
|
22 |
+
}
|
23 |
+
}
|
runs/Nov30_23-48-52_ECEO-ws1/events.out.tfevents.1733006998.ECEO-ws1.4151108.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84ae254e585f59cb50e6bdb6752e0a6bb57378f5e4158f7a25cbc8550eb0ff43
|
3 |
+
size 188085
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1367c1a5fac8fef0f8b56c39ebb856a1d5e8dee9125f9b9f70f2d3b801e2437
|
3 |
+
size 5432
|