egorlemeilleur commited on
Commit
7496cd0
1 Parent(s): b6f788a

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
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": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": 0,
34
+ "1": 1
35
+ },
36
+ "init_std": 0.02,
37
+ "init_xavier_std": 1.0,
38
+ "is_encoder_decoder": true,
39
+ "label2id": {
40
+ "0": 0,
41
+ "1": 1
42
+ },
43
+ "mask_loss_coefficient": 1,
44
+ "max_position_embeddings": 1024,
45
+ "model_type": "detr",
46
+ "num_channels": 3,
47
+ "num_hidden_layers": 6,
48
+ "num_queries": 100,
49
+ "position_embedding_type": "sine",
50
+ "scale_embedding": false,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.38.2",
53
+ "use_pretrained_backbone": true,
54
+ "use_timm_backbone": true
55
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07cad7224fce23dc968c96b3b4726f31c8ab52d3f7e529378d3e9ca932f0919a
3
+ size 166495852
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
runs/Mar14_18-45-22_DESKTOP-1UFJ53D/events.out.tfevents.1710424597.DESKTOP-1UFJ53D.4832.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e035522056122e487ef05c2b81312f6d4e5ab98a79a40ca5786c304c21f8f22d
3
+ size 5994
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733550e8154ace5412064fbf096797b90e84de45c0dad6631ea54432d29f4392
3
+ size 4856