furion-123
commited on
Commit
•
6afbc7b
1
Parent(s):
800fc2a
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SenseTime/deformable-detr",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DeformableDetrForObjectDetection"
|
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 |
+
2,
|
16 |
+
3,
|
17 |
+
4
|
18 |
+
]
|
19 |
+
},
|
20 |
+
"bbox_cost": 5,
|
21 |
+
"bbox_loss_coefficient": 5,
|
22 |
+
"class_cost": 1,
|
23 |
+
"d_model": 256,
|
24 |
+
"decoder_attention_heads": 8,
|
25 |
+
"decoder_ffn_dim": 1024,
|
26 |
+
"decoder_layerdrop": 0.0,
|
27 |
+
"decoder_layers": 6,
|
28 |
+
"decoder_n_points": 4,
|
29 |
+
"dice_loss_coefficient": 1,
|
30 |
+
"dilation": false,
|
31 |
+
"disable_custom_kernels": false,
|
32 |
+
"dropout": 0.1,
|
33 |
+
"encoder_attention_heads": 8,
|
34 |
+
"encoder_ffn_dim": 1024,
|
35 |
+
"encoder_layerdrop": 0.0,
|
36 |
+
"encoder_layers": 6,
|
37 |
+
"encoder_n_points": 4,
|
38 |
+
"eos_coefficient": 0.1,
|
39 |
+
"focal_alpha": 0.25,
|
40 |
+
"giou_cost": 2,
|
41 |
+
"giou_loss_coefficient": 2,
|
42 |
+
"id2label": {
|
43 |
+
"0": "pneumonia"
|
44 |
+
},
|
45 |
+
"init_std": 0.02,
|
46 |
+
"init_xavier_std": 1.0,
|
47 |
+
"is_encoder_decoder": true,
|
48 |
+
"label2id": {
|
49 |
+
"pneumonia": 0
|
50 |
+
},
|
51 |
+
"mask_loss_coefficient": 1,
|
52 |
+
"max_position_embeddings": 1024,
|
53 |
+
"model_type": "deformable_detr",
|
54 |
+
"num_channels": 3,
|
55 |
+
"num_feature_levels": 4,
|
56 |
+
"num_queries": 300,
|
57 |
+
"position_embedding_type": "sine",
|
58 |
+
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.43.3",
|
60 |
+
"two_stage": false,
|
61 |
+
"two_stage_num_proposals": 300,
|
62 |
+
"use_pretrained_backbone": true,
|
63 |
+
"use_timm_backbone": true,
|
64 |
+
"with_box_refine": false
|
65 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25e085d9f10a8832016e4fea48c852058db08cccae235b22c4c8464ad1a77d83
|
3 |
+
size 160676460
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "DeformableDetrImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"pad_size": {
|
20 |
+
"height": 480,
|
21 |
+
"width": 480
|
22 |
+
},
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"max_height": 480,
|
27 |
+
"max_width": 480
|
28 |
+
}
|
29 |
+
}
|
runs/Aug19_23-09-35_big-desktop/events.out.tfevents.1724089182.big-desktop.235564.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7d191e5c052ae6a5dfe3ee93f5dfb172e8ed9e6dd1109c8ae88df0d4f2baa79
|
3 |
+
size 6846
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0fd56ab0570e5b6d88e86a74f9a340c77cf7c44f72c9a2fa2992bbc229fc6ca
|
3 |
+
size 5240
|