Dnq2025 commited on
Commit
05e3acc
·
verified ·
1 Parent(s): 272030f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "relu",
3
+ "architectures": [
4
+ "Mask2FormerForUniversalSegmentation"
5
+ ],
6
+ "backbone": null,
7
+ "backbone_config": {
8
+ "attention_probs_dropout_prob": 0.0,
9
+ "depths": [
10
+ 2,
11
+ 2,
12
+ 18,
13
+ 2
14
+ ],
15
+ "drop_path_rate": 0.3,
16
+ "embed_dim": 128,
17
+ "encoder_stride": 32,
18
+ "hidden_act": "gelu",
19
+ "hidden_dropout_prob": 0.0,
20
+ "hidden_size": 1024,
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "layer_norm_eps": 1e-05,
24
+ "mlp_ratio": 4.0,
25
+ "model_type": "swin",
26
+ "num_channels": 3,
27
+ "num_heads": [
28
+ 4,
29
+ 8,
30
+ 16,
31
+ 32
32
+ ],
33
+ "num_layers": 4,
34
+ "out_features": [
35
+ "stage1",
36
+ "stage2",
37
+ "stage3",
38
+ "stage4"
39
+ ],
40
+ "out_indices": [
41
+ 1,
42
+ 2,
43
+ 3,
44
+ 4
45
+ ],
46
+ "patch_size": 4,
47
+ "path_norm": true,
48
+ "qkv_bias": true,
49
+ "stage_names": [
50
+ "stem",
51
+ "stage1",
52
+ "stage2",
53
+ "stage3",
54
+ "stage4"
55
+ ],
56
+ "use_absolute_embeddings": false,
57
+ "window_size": 12
58
+ },
59
+ "backbone_kwargs": null,
60
+ "class_weight": 2.0,
61
+ "common_stride": 4,
62
+ "decoder_layers": 10,
63
+ "dice_weight": 5.0,
64
+ "dim_feedforward": 2048,
65
+ "dropout": 0.0,
66
+ "encoder_feedforward_dim": 1024,
67
+ "encoder_layers": 6,
68
+ "enforce_input_proj": false,
69
+ "enforce_input_projection": false,
70
+ "feature_size": 256,
71
+ "feature_strides": [
72
+ 4,
73
+ 8,
74
+ 16,
75
+ 32
76
+ ],
77
+ "hidden_dim": 256,
78
+ "id2label": {
79
+ "0": "background",
80
+ "1": "ER",
81
+ "2": "Mito",
82
+ "3": "LD"
83
+ },
84
+ "ignore_value": 255,
85
+ "importance_sample_ratio": 0.75,
86
+ "init_std": 0.02,
87
+ "init_xavier_std": 1.0,
88
+ "label2id": {
89
+ "ER": "1",
90
+ "LD": "3",
91
+ "Mito": "2",
92
+ "background": "0"
93
+ },
94
+ "mask_feature_size": 256,
95
+ "mask_weight": 5.0,
96
+ "model_type": "mask2former",
97
+ "no_object_weight": 0.1,
98
+ "num_attention_heads": 8,
99
+ "num_hidden_layers": 10,
100
+ "num_queries": 100,
101
+ "output_auxiliary_logits": null,
102
+ "oversample_ratio": 3.0,
103
+ "pre_norm": false,
104
+ "torch_dtype": "float32",
105
+ "train_num_points": 12544,
106
+ "transformers_version": "4.50.0.dev0",
107
+ "use_auxiliary_loss": true,
108
+ "use_pretrained_backbone": false,
109
+ "use_timm_backbone": false
110
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7e93bf78127a41ce6d32fa91cfb90d086f71341be77c53883d7033ffe5a181
3
+ size 431634920
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_reduce_labels": false,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "ignore_index": 255,
7
+ "image_mean": [
8
+ 0.48500001430511475,
9
+ 0.4560000002384186,
10
+ 0.4059999883174896
11
+ ],
12
+ "image_processor_type": "Mask2FormerImageProcessor",
13
+ "image_std": [
14
+ 0.2290000021457672,
15
+ 0.2239999920129776,
16
+ 0.22499999403953552
17
+ ],
18
+ "num_labels": 150,
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 384,
23
+ "width": 384
24
+ },
25
+ "size_divisor": 32
26
+ }
runs/Mar28_08-14-29_cdr2587.int.cedar.computecanada.ca/events.out.tfevents.1743174937.cdr2587.int.cedar.computecanada.ca.1999752.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fc88187f43c8806811e2bcc23482f20e2719e3ae37f98a68241048d67e065e
3
+ size 7188
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1537e09ed55cfa590ef455c458f1f79d7b73741c67ef896acd8ea71f88d1e7
3
+ size 5432