Training in progress, step 500
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "turmor"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"label2id": {
|
36 |
+
"turmor": 0
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-06,
|
39 |
+
"mlp_ratios": [
|
40 |
+
4,
|
41 |
+
4,
|
42 |
+
4,
|
43 |
+
4
|
44 |
+
],
|
45 |
+
"model_type": "segformer",
|
46 |
+
"num_attention_heads": [
|
47 |
+
1,
|
48 |
+
2,
|
49 |
+
5,
|
50 |
+
8
|
51 |
+
],
|
52 |
+
"num_channels": 3,
|
53 |
+
"num_encoder_blocks": 4,
|
54 |
+
"patch_sizes": [
|
55 |
+
7,
|
56 |
+
3,
|
57 |
+
3,
|
58 |
+
3
|
59 |
+
],
|
60 |
+
"reshape_last_stage": true,
|
61 |
+
"semantic_loss_ignore_index": 255,
|
62 |
+
"sr_ratios": [
|
63 |
+
8,
|
64 |
+
4,
|
65 |
+
2,
|
66 |
+
1
|
67 |
+
],
|
68 |
+
"strides": [
|
69 |
+
4,
|
70 |
+
2,
|
71 |
+
2,
|
72 |
+
2
|
73 |
+
],
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.26.1"
|
76 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29a8747b1979dae114f8218cffc5de1d33141995eb4212180ad635bcded4bda3
|
3 |
+
size 14930765
|
runs/Mar22_22-36-58_yokz-labtop/1679499429.1123195/events.out.tfevents.1679499429.yokz-labtop.2112.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8aec00cbdcfd6867f64a7ee04721d0a84cff19090bd435952dcd8f194c3a5d5
|
3 |
+
size 5654
|
runs/Mar22_22-36-58_yokz-labtop/events.out.tfevents.1679499429.yokz-labtop.2112.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3490341652183abe9a7ed876cf82abd0cf15bf14730cc1cc1eef6bf9efb0153c
|
3 |
+
size 82765
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3f7732008065545b7b4a56564f2e559a923180ef5b0214dc22cb810b8db476a
|
3 |
+
size 3451
|