Model save
Browse files- checkpoint-8240/config.json +0 -102
- checkpoint-8240/optimizer.pt +0 -3
- checkpoint-8240/pytorch_model.bin +0 -3
- checkpoint-8240/rng_state.pth +0 -3
- checkpoint-8240/scheduler.pt +0 -3
- checkpoint-8240/trainer_state.json +0 -0
- checkpoint-8240/training_args.bin +0 -3
- pytorch_model.bin +1 -1
- runs/Dec09_15-09-22_robolidar/events.out.tfevents.1702156168.robolidar.4047176.0 +2 -2
checkpoint-8240/config.json
DELETED
|
@@ -1,102 +0,0 @@
|
|
| 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": "unlabeled",
|
| 32 |
-
"1": "NAT",
|
| 33 |
-
"2": "concrete",
|
| 34 |
-
"3": "grass",
|
| 35 |
-
"4": "speedway bricks",
|
| 36 |
-
"5": "steel",
|
| 37 |
-
"6": "rough concrete",
|
| 38 |
-
"7": "dark bricks",
|
| 39 |
-
"8": "road",
|
| 40 |
-
"9": "rough red sidewalk",
|
| 41 |
-
"10": "tiles",
|
| 42 |
-
"11": "red bricks",
|
| 43 |
-
"12": "concrete tiles",
|
| 44 |
-
"13": "REST"
|
| 45 |
-
},
|
| 46 |
-
"image_size": 224,
|
| 47 |
-
"initializer_range": 0.02,
|
| 48 |
-
"label2id": {
|
| 49 |
-
"NAT": 1,
|
| 50 |
-
"REST": 13,
|
| 51 |
-
"concrete": 2,
|
| 52 |
-
"concrete tiles": 12,
|
| 53 |
-
"dark bricks": 7,
|
| 54 |
-
"grass": 3,
|
| 55 |
-
"red bricks": 11,
|
| 56 |
-
"road": 8,
|
| 57 |
-
"rough concrete": 6,
|
| 58 |
-
"rough red sidewalk": 9,
|
| 59 |
-
"speedway bricks": 4,
|
| 60 |
-
"steel": 5,
|
| 61 |
-
"tiles": 10,
|
| 62 |
-
"unlabeled": 0
|
| 63 |
-
},
|
| 64 |
-
"layer_norm_eps": 1e-06,
|
| 65 |
-
"mlp_ratios": [
|
| 66 |
-
4,
|
| 67 |
-
4,
|
| 68 |
-
4,
|
| 69 |
-
4
|
| 70 |
-
],
|
| 71 |
-
"model_type": "segformer",
|
| 72 |
-
"num_attention_heads": [
|
| 73 |
-
1,
|
| 74 |
-
2,
|
| 75 |
-
5,
|
| 76 |
-
8
|
| 77 |
-
],
|
| 78 |
-
"num_channels": 3,
|
| 79 |
-
"num_encoder_blocks": 4,
|
| 80 |
-
"patch_sizes": [
|
| 81 |
-
7,
|
| 82 |
-
3,
|
| 83 |
-
3,
|
| 84 |
-
3
|
| 85 |
-
],
|
| 86 |
-
"reshape_last_stage": true,
|
| 87 |
-
"semantic_loss_ignore_index": 255,
|
| 88 |
-
"sr_ratios": [
|
| 89 |
-
8,
|
| 90 |
-
4,
|
| 91 |
-
2,
|
| 92 |
-
1
|
| 93 |
-
],
|
| 94 |
-
"strides": [
|
| 95 |
-
4,
|
| 96 |
-
2,
|
| 97 |
-
2,
|
| 98 |
-
2
|
| 99 |
-
],
|
| 100 |
-
"torch_dtype": "float32",
|
| 101 |
-
"transformers_version": "4.30.2"
|
| 102 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-8240/optimizer.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:699a39b1f43db775f67e99672fb8e3dca9bc49ce364e9f5e92061d63a29d2692
|
| 3 |
-
size 677523903
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-8240/pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0bbc4b810305177c3cc85b68da1334cbfed9a4a7e12c3a832edd5a1df2dd10e9
|
| 3 |
-
size 338830281
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-8240/rng_state.pth
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e0f56aee88fb9613d25304000b8095863e4710d8db5eed0b6d1ada0d952de34e
|
| 3 |
-
size 14575
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-8240/scheduler.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a78fe12d641b51de7cf78a24c2123d5fa95be17fc55a383d116767b9eae75362
|
| 3 |
-
size 627
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-8240/trainer_state.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-8240/training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c0b46b7c763380e7373efe0f2d0bb924ccdcfaf9b3579944fe14e0db2b1a7ca9
|
| 3 |
-
size 4219
|
|
|
|
|
|
|
|
|
|
|
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 338830281
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:903957dde6d5a9ba6ca39a6db164a87e03c3fef697bbe0787db65fbd046b6aa5
|
| 3 |
size 338830281
|
runs/Dec09_15-09-22_robolidar/events.out.tfevents.1702156168.robolidar.4047176.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbdd65cf637bfd0bd66af7c1cdee43bfa1c7e49c40382b08a1fdfcc1ad2f8062
|
| 3 |
+
size 912836
|