turalchik commited on
Commit
ba2da58
1 Parent(s): 862da6f

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50-dc5",
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
+ "output_stride": 16
21
+ },
22
+ "bbox_cost": 5,
23
+ "bbox_loss_coefficient": 5,
24
+ "class_cost": 1,
25
+ "classifier_dropout": 0.0,
26
+ "d_model": 256,
27
+ "decoder_attention_heads": 8,
28
+ "decoder_ffn_dim": 2048,
29
+ "decoder_layerdrop": 0.0,
30
+ "decoder_layers": 6,
31
+ "dice_loss_coefficient": 1,
32
+ "dilation": true,
33
+ "dropout": 0.1,
34
+ "encoder_attention_heads": 8,
35
+ "encoder_ffn_dim": 2048,
36
+ "encoder_layerdrop": 0.0,
37
+ "encoder_layers": 6,
38
+ "eos_coefficient": 0.1,
39
+ "giou_cost": 2,
40
+ "giou_loss_coefficient": 2,
41
+ "id2label": {
42
+ "0": "Aortic enlargement",
43
+ "1": "Atelectasis",
44
+ "2": "Calcification",
45
+ "3": "Cardiomegaly",
46
+ "4": "Consolidation",
47
+ "5": "ILD",
48
+ "6": "Infiltration",
49
+ "7": "Lung Opacity",
50
+ "8": "Nodule/Mass",
51
+ "9": "Other lesion",
52
+ "10": "Pleural effusion",
53
+ "11": "Pleural thickening",
54
+ "12": "Pneumothorax",
55
+ "13": "Pulmonary fibrosis"
56
+ },
57
+ "init_std": 0.02,
58
+ "init_xavier_std": 1.0,
59
+ "is_encoder_decoder": true,
60
+ "label2id": {
61
+ "Aortic enlargement": 0,
62
+ "Atelectasis": 1,
63
+ "Calcification": 2,
64
+ "Cardiomegaly": 3,
65
+ "Consolidation": 4,
66
+ "ILD": 5,
67
+ "Infiltration": 6,
68
+ "Lung Opacity": 7,
69
+ "Nodule/Mass": 8,
70
+ "Other lesion": 9,
71
+ "Pleural effusion": 10,
72
+ "Pleural thickening": 11,
73
+ "Pneumothorax": 12,
74
+ "Pulmonary fibrosis": 13
75
+ },
76
+ "mask_loss_coefficient": 1,
77
+ "max_position_embeddings": 1024,
78
+ "model_type": "detr",
79
+ "num_channels": 3,
80
+ "num_hidden_layers": 6,
81
+ "num_queries": 100,
82
+ "position_embedding_type": "sine",
83
+ "scale_embedding": false,
84
+ "torch_dtype": "float32",
85
+ "transformers_version": "4.46.2",
86
+ "use_pretrained_backbone": true,
87
+ "use_timm_backbone": true
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57b53a6bed3b76fadee328f0dad59443e555463abaeb1389d5870751b31d272
3
+ size 166508196
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c629580f64dffa6e97b66a674893691939b1c3595086d2f12d32e6296d640f2a
3
+ size 5368