theodullin commited on
Commit
db706e5
·
1 Parent(s): 114695a

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SenseTime/deformable-detr-with-box-refine",
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
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 8,
17
+ "decoder_ffn_dim": 1024,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "decoder_n_points": 4,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "disable_custom_kernels": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 1024,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "encoder_n_points": 4,
30
+ "eos_coefficient": 0.1,
31
+ "focal_alpha": 0.25,
32
+ "giou_cost": 2,
33
+ "giou_loss_coefficient": 2,
34
+ "id2label": {
35
+ "0": "platelets",
36
+ "1": "rbc",
37
+ "2": "wbc"
38
+ },
39
+ "init_std": 0.02,
40
+ "init_xavier_std": 1.0,
41
+ "is_encoder_decoder": true,
42
+ "label2id": {
43
+ "platelets": 0,
44
+ "rbc": 1,
45
+ "wbc": 2
46
+ },
47
+ "mask_loss_coefficient": 1,
48
+ "max_position_embeddings": 1024,
49
+ "model_type": "deformable_detr",
50
+ "num_channels": 3,
51
+ "num_feature_levels": 4,
52
+ "num_queries": 300,
53
+ "position_embedding_type": "sine",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.34.0",
56
+ "two_stage": false,
57
+ "two_stage_num_proposals": 300,
58
+ "use_pretrained_backbone": true,
59
+ "use_timm_backbone": true,
60
+ "with_box_refine": true
61
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DeformableDetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c867ae73427296cadd33cf81a332e10c5273121c8d4dd8eebd7f2349855e7767
3
+ size 163486961
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f34b45e86f857bf688bb10258d1bb438fba7928dca530f2708a612dd58790e1
3
+ size 4155