goodcasper commited on
Commit
b653dbe
·
verified ·
1 Parent(s): 4361eb6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "RTDetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "depths": [
13
+ 2,
14
+ 2,
15
+ 2,
16
+ 2
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
+ "embedding_size": 64,
21
+ "hidden_act": "relu",
22
+ "hidden_sizes": [
23
+ 64,
24
+ 128,
25
+ 256,
26
+ 512
27
+ ],
28
+ "layer_type": "basic",
29
+ "model_type": "rt_detr_resnet",
30
+ "num_channels": 3,
31
+ "out_features": [
32
+ "stage2",
33
+ "stage3",
34
+ "stage4"
35
+ ],
36
+ "out_indices": [
37
+ 2,
38
+ 3,
39
+ 4
40
+ ],
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ]
48
+ },
49
+ "backbone_kwargs": null,
50
+ "batch_norm_eps": 1e-05,
51
+ "box_noise_scale": 1.0,
52
+ "d_model": 256,
53
+ "decoder_activation_function": "relu",
54
+ "decoder_attention_heads": 8,
55
+ "decoder_ffn_dim": 1024,
56
+ "decoder_in_channels": [
57
+ 256,
58
+ 256,
59
+ 256
60
+ ],
61
+ "decoder_layers": 3,
62
+ "decoder_n_points": 4,
63
+ "disable_custom_kernels": true,
64
+ "dropout": 0.0,
65
+ "encode_proj_layers": [
66
+ 2
67
+ ],
68
+ "encoder_activation_function": "gelu",
69
+ "encoder_attention_heads": 8,
70
+ "encoder_ffn_dim": 1024,
71
+ "encoder_hidden_dim": 256,
72
+ "encoder_in_channels": [
73
+ 128,
74
+ 256,
75
+ 512
76
+ ],
77
+ "encoder_layers": 1,
78
+ "eos_coefficient": 0.0001,
79
+ "eval_size": null,
80
+ "feat_strides": [
81
+ 8,
82
+ 16,
83
+ 32
84
+ ],
85
+ "focal_loss_alpha": 0.75,
86
+ "focal_loss_gamma": 2.0,
87
+ "freeze_backbone_batch_norms": true,
88
+ "hidden_expansion": 0.5,
89
+ "id2label": {
90
+ "0": "Ampulla of Vater",
91
+ "1": "Angiectasia",
92
+ "2": "Blood - fresh",
93
+ "3": "Blood - hematin",
94
+ "4": "Erosion",
95
+ "5": "Erythema",
96
+ "6": "Foreign Body",
97
+ "7": "Lymphangiectasia",
98
+ "8": "Polyp",
99
+ "9": "Ulcer"
100
+ },
101
+ "initializer_bias_prior_prob": null,
102
+ "initializer_range": 0.01,
103
+ "is_encoder_decoder": true,
104
+ "label2id": {
105
+ "Ampulla of Vater": 0,
106
+ "Angiectasia": 1,
107
+ "Blood - fresh": 2,
108
+ "Blood - hematin": 3,
109
+ "Erosion": 4,
110
+ "Erythema": 5,
111
+ "Foreign Body": 6,
112
+ "Lymphangiectasia": 7,
113
+ "Polyp": 8,
114
+ "Ulcer": 9
115
+ },
116
+ "label_noise_ratio": 0.5,
117
+ "layer_norm_eps": 1e-05,
118
+ "learn_initial_query": false,
119
+ "matcher_alpha": 0.25,
120
+ "matcher_bbox_cost": 5.0,
121
+ "matcher_class_cost": 2.0,
122
+ "matcher_gamma": 2.0,
123
+ "matcher_giou_cost": 2.0,
124
+ "model_type": "rt_detr",
125
+ "normalize_before": false,
126
+ "num_denoising": 100,
127
+ "num_feature_levels": 3,
128
+ "num_queries": 300,
129
+ "positional_encoding_temperature": 10000,
130
+ "torch_dtype": "float32",
131
+ "transformers_version": "4.53.0.dev0",
132
+ "use_focal_loss": true,
133
+ "use_pretrained_backbone": false,
134
+ "use_timm_backbone": false,
135
+ "weight_loss_bbox": 5.0,
136
+ "weight_loss_giou": 2.0,
137
+ "weight_loss_vfl": 1.0,
138
+ "with_box_refine": true
139
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:504188c55a36e722b74e8c2e308aefc68124930a4c9e8a955f9cb46ad8a57f57
3
+ size 80544632
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": false,
4
+ "do_pad": false,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "RTDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "height": 640,
24
+ "width": 640
25
+ }
26
+ }
runs/Jun11_17-12-13_sivslab/events.out.tfevents.1749633134.sivslab.1658198.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e950f680013fba244ac7a9e66a3e457514b2e1f8815879c643b4e5e2630339
3
+ size 7653
runs/Jun11_19-18-22_sivslab/events.out.tfevents.1749640703.sivslab.1677659.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64181bff27d4fc619b7777787cd9f542435db959ae7f846abc2fabb695f4ed6c
3
+ size 8286
runs/Jun11_20-37-03_sivslab/events.out.tfevents.1749645424.sivslab.1705882.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e717ba38d0fcab3d069d6941e48ef10949bc85bdd817215a717e03d51f4225
3
+ size 10387
runs/Jun11_20-59-07_sivslab/events.out.tfevents.1749646750.sivslab.1714138.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2a49a6b6fb24acb849ba7db644d22ca58ec092a2964f6f68f4e0c16b666db2
3
+ size 9754
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aec0de91db55baacd0b1f7899d17373d93c73735d1f87c3844326717523a7f4
3
+ size 5304