Training in progress, epoch 1
Browse files- config.json +82 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openmmlab/upernet-swin-small",
|
3 |
+
"architectures": [
|
4 |
+
"UperNetForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"auxiliary_channels": 256,
|
7 |
+
"auxiliary_concat_input": false,
|
8 |
+
"auxiliary_in_channels": 384,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"backbone_config": {
|
12 |
+
"attention_probs_dropout_prob": 0.0,
|
13 |
+
"depths": [
|
14 |
+
2,
|
15 |
+
2,
|
16 |
+
18,
|
17 |
+
2
|
18 |
+
],
|
19 |
+
"drop_path_rate": 0.1,
|
20 |
+
"embed_dim": 96,
|
21 |
+
"encoder_stride": 32,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_size": 768,
|
25 |
+
"image_size": 224,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"layer_norm_eps": 1e-05,
|
28 |
+
"mlp_ratio": 4.0,
|
29 |
+
"model_type": "swin",
|
30 |
+
"num_heads": [
|
31 |
+
3,
|
32 |
+
6,
|
33 |
+
12,
|
34 |
+
24
|
35 |
+
],
|
36 |
+
"num_layers": 4,
|
37 |
+
"out_features": [
|
38 |
+
"stage1",
|
39 |
+
"stage2",
|
40 |
+
"stage3",
|
41 |
+
"stage4"
|
42 |
+
],
|
43 |
+
"out_indices": [
|
44 |
+
1,
|
45 |
+
2,
|
46 |
+
3,
|
47 |
+
4
|
48 |
+
],
|
49 |
+
"patch_size": 4,
|
50 |
+
"path_norm": true,
|
51 |
+
"qkv_bias": true,
|
52 |
+
"use_absolute_embeddings": false,
|
53 |
+
"window_size": 7
|
54 |
+
},
|
55 |
+
"hidden_size": 512,
|
56 |
+
"id2label": {
|
57 |
+
"0": "void",
|
58 |
+
"1": "Fruit",
|
59 |
+
"2": "Leaf",
|
60 |
+
"3": "Flower",
|
61 |
+
"4": "Stem"
|
62 |
+
},
|
63 |
+
"initializer_range": 0.02,
|
64 |
+
"label2id": {
|
65 |
+
"Flower": 3,
|
66 |
+
"Fruit": 1,
|
67 |
+
"Leaf": 2,
|
68 |
+
"Stem": 4,
|
69 |
+
"void": 0
|
70 |
+
},
|
71 |
+
"loss_ignore_index": 255,
|
72 |
+
"model_type": "upernet",
|
73 |
+
"pool_scales": [
|
74 |
+
1,
|
75 |
+
2,
|
76 |
+
3,
|
77 |
+
6
|
78 |
+
],
|
79 |
+
"torch_dtype": "float32",
|
80 |
+
"transformers_version": "4.36.2",
|
81 |
+
"use_auxiliary_head": true
|
82 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdf55635b6414a71f1467362378296fec1c9ed4254bf65a1cf51a6aaa5e0638d
|
3 |
+
size 325172928
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5553026120a253fe6152c29ff36671e4c56c30029e58c180783e888cb8deb59c
|
3 |
+
size 4728
|