lucasphilippe14
commited on
Commit
•
5c98723
1
Parent(s):
c82fdaf
Training in progress, step 120
Browse files- config.json +71 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Jul18_07-37-39_3e8d8b5c36d8/events.out.tfevents.1721288285.3e8d8b5c36d8.153.0 +3 -0
- runs/Jul18_07-46-51_3e8d8b5c36d8/events.out.tfevents.1721288839.3e8d8b5c36d8.153.1 +3 -0
- runs/Jul18_07-46-51_3e8d8b5c36d8/events.out.tfevents.1721289033.3e8d8b5c36d8.153.2 +3 -0
- runs/Jul18_08-23-08_3e8d8b5c36d8/events.out.tfevents.1721290997.3e8d8b5c36d8.153.3 +3 -0
- runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291144.3e8d8b5c36d8.153.4 +3 -0
- runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291300.3e8d8b5c36d8.153.5 +3 -0
- runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291417.3e8d8b5c36d8.153.6 +3 -0
- runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291634.3e8d8b5c36d8.153.7 +3 -0
- runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291781.3e8d8b5c36d8.153.8 +3 -0
- runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291899.3e8d8b5c36d8.153.9 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mserrasa/detr-resnet-50_finetuned_cppe5",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet50",
|
11 |
+
"backbone_config": null,
|
12 |
+
"backbone_kwargs": {
|
13 |
+
"in_chans": 3,
|
14 |
+
"out_indices": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
3,
|
18 |
+
4
|
19 |
+
]
|
20 |
+
},
|
21 |
+
"bbox_cost": 5,
|
22 |
+
"bbox_loss_coefficient": 5,
|
23 |
+
"class_cost": 1,
|
24 |
+
"classifier_dropout": 0.0,
|
25 |
+
"d_model": 256,
|
26 |
+
"decoder_attention_heads": 8,
|
27 |
+
"decoder_ffn_dim": 2048,
|
28 |
+
"decoder_layerdrop": 0.0,
|
29 |
+
"decoder_layers": 6,
|
30 |
+
"dice_loss_coefficient": 1,
|
31 |
+
"dilation": false,
|
32 |
+
"dropout": 0.1,
|
33 |
+
"encoder_attention_heads": 8,
|
34 |
+
"encoder_ffn_dim": 2048,
|
35 |
+
"encoder_layerdrop": 0.0,
|
36 |
+
"encoder_layers": 6,
|
37 |
+
"eos_coefficient": 0.1,
|
38 |
+
"giou_cost": 2,
|
39 |
+
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": "Aortic enlargement",
|
42 |
+
"1": "Cardiomegaly",
|
43 |
+
"2": "Nodule/Mass",
|
44 |
+
"3": "Pleural thickening",
|
45 |
+
"4": "Pulmonary fibrosis",
|
46 |
+
"5": "No finding"
|
47 |
+
},
|
48 |
+
"init_std": 0.02,
|
49 |
+
"init_xavier_std": 1.0,
|
50 |
+
"is_encoder_decoder": true,
|
51 |
+
"label2id": {
|
52 |
+
"Aortic enlargement": 0,
|
53 |
+
"Cardiomegaly": 1,
|
54 |
+
"No finding": 5,
|
55 |
+
"Nodule/Mass": 2,
|
56 |
+
"Pleural thickening": 3,
|
57 |
+
"Pulmonary fibrosis": 4
|
58 |
+
},
|
59 |
+
"mask_loss_coefficient": 1,
|
60 |
+
"max_position_embeddings": 1024,
|
61 |
+
"model_type": "detr",
|
62 |
+
"num_channels": 3,
|
63 |
+
"num_hidden_layers": 6,
|
64 |
+
"num_queries": 100,
|
65 |
+
"position_embedding_type": "sine",
|
66 |
+
"scale_embedding": false,
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.42.4",
|
69 |
+
"use_pretrained_backbone": true,
|
70 |
+
"use_timm_backbone": true
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac3529e59b177632f6e5a63df0f150abd3a057541dad92dd7fc9607d5a7f289f
|
3 |
+
size 166499964
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
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": "DetrImageProcessor",
|
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 |
+
"longest_edge": 1333,
|
24 |
+
"shortest_edge": 800
|
25 |
+
}
|
26 |
+
}
|
runs/Jul18_07-37-39_3e8d8b5c36d8/events.out.tfevents.1721288285.3e8d8b5c36d8.153.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1bd1175517fb634fab4d8a92583167e0ec2b24707156a73cc28a3fa381d85eb
|
3 |
+
size 5329
|
runs/Jul18_07-46-51_3e8d8b5c36d8/events.out.tfevents.1721288839.3e8d8b5c36d8.153.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a10d4bcd06d427e37f51d135a38b2cb97168fefd55f09014724ace1352b2ee7
|
3 |
+
size 5874
|
runs/Jul18_07-46-51_3e8d8b5c36d8/events.out.tfevents.1721289033.3e8d8b5c36d8.153.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98dd808b4984c9435303ddb3159792fb7e3ef1a6cb285a30a0723c3069adb59e
|
3 |
+
size 5874
|
runs/Jul18_08-23-08_3e8d8b5c36d8/events.out.tfevents.1721290997.3e8d8b5c36d8.153.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f23136b714b841c878d85358131aeaa990b09223ef32d9f3fdce556d124d3425
|
3 |
+
size 5874
|
runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291144.3e8d8b5c36d8.153.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e0ba89a256d7908a5a2b0789cb693987861651ee76be0d756dc4a025313ebe4
|
3 |
+
size 5874
|
runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291300.3e8d8b5c36d8.153.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9691ccbda022e3896c67b3d4402d3365a008058212f8d39867f061f5a44d9386
|
3 |
+
size 5874
|
runs/Jul18_08-25-33_3e8d8b5c36d8/events.out.tfevents.1721291417.3e8d8b5c36d8.153.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e2da955e753174e9fdbd07fe5cbbeee1fc4e7a47ed2050eed5ef7eb57decac
|
3 |
+
size 5874
|
runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291634.3e8d8b5c36d8.153.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de5b3b34d01d20c3848cb02b36dc0ef5ebc2f21fa6cad74d2e06c3767fb8a332
|
3 |
+
size 5874
|
runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291781.3e8d8b5c36d8.153.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0067053a1dd7127084c3051dae70525ed5137ea9db5b51a28c04f6c2dd49b93
|
3 |
+
size 5786
|
runs/Jul18_08-33-44_3e8d8b5c36d8/events.out.tfevents.1721291899.3e8d8b5c36d8.153.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c6c7d4c109236d4fa96d289fd1159983076e04fd1f050fd42c51cefbed38f6d
|
3 |
+
size 6636
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b850200f1d4c46214a5e8bf6b184ccdb566029b51795df47fade5466cc3a3a17
|
3 |
+
size 5112
|