Commit ·
502bfbf
1
Parent(s): 2177b3a
Training in progress, step 20
Browse files
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "background",
|
| 32 |
+
"255": "tumor"
|
| 33 |
+
},
|
| 34 |
+
"image_size": 224,
|
| 35 |
+
"initializer_range": 0.02,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"background": 0,
|
| 38 |
+
"tumor": 255
|
| 39 |
+
},
|
| 40 |
+
"layer_norm_eps": 1e-06,
|
| 41 |
+
"mlp_ratios": [
|
| 42 |
+
4,
|
| 43 |
+
4,
|
| 44 |
+
4,
|
| 45 |
+
4
|
| 46 |
+
],
|
| 47 |
+
"model_type": "segformer",
|
| 48 |
+
"num_attention_heads": [
|
| 49 |
+
1,
|
| 50 |
+
2,
|
| 51 |
+
5,
|
| 52 |
+
8
|
| 53 |
+
],
|
| 54 |
+
"num_channels": 3,
|
| 55 |
+
"num_encoder_blocks": 4,
|
| 56 |
+
"patch_sizes": [
|
| 57 |
+
7,
|
| 58 |
+
3,
|
| 59 |
+
3,
|
| 60 |
+
3
|
| 61 |
+
],
|
| 62 |
+
"reshape_last_stage": true,
|
| 63 |
+
"semantic_loss_ignore_index": 255,
|
| 64 |
+
"sr_ratios": [
|
| 65 |
+
8,
|
| 66 |
+
4,
|
| 67 |
+
2,
|
| 68 |
+
1
|
| 69 |
+
],
|
| 70 |
+
"strides": [
|
| 71 |
+
4,
|
| 72 |
+
2,
|
| 73 |
+
2,
|
| 74 |
+
2
|
| 75 |
+
],
|
| 76 |
+
"torch_dtype": "float32",
|
| 77 |
+
"transformers_version": "4.28.0.dev0"
|
| 78 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfd1943b4098b077f344214450a602780dbfae24f6dc3cb0212c2bcc688b30c6
|
| 3 |
+
size 14928909
|
runs/Mar22_17-38-59_83ab49789c71/1679506744.716234/events.out.tfevents.1679506744.83ab49789c71.223.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92e55f3e979fd15c1fec09d64e6f0e555ef3e534d361d97ef06c12a6d3dd6e40
|
| 3 |
+
size 5760
|
runs/Mar22_17-38-59_83ab49789c71/events.out.tfevents.1679506744.83ab49789c71.223.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:325ab2e02b894ada71962d549686eacda0d5d1bdcb61999431c4071b66ed9f68
|
| 3 |
+
size 7870
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35ad5f445d6caeb9d610e09b54ecadc46d2fd6f161d9d148403c5dbdfca08b1e
|
| 3 |
+
size 3515
|