aviola commited on
Commit
19475a6
1 Parent(s): 3d21287

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aviola/checkpoints",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "ConditionalDetrForObjectDetection"
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": 2,
24
+ "cls_loss_coefficient": 2,
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
+ "focal_alpha": 0.25,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "pip-1",
42
+ "1": "pip-10",
43
+ "2": "pip-11",
44
+ "3": "pip-12",
45
+ "4": "pip-2",
46
+ "5": "pip-3",
47
+ "6": "pip-4",
48
+ "7": "pip-5",
49
+ "8": "pip-6",
50
+ "9": "pip-7",
51
+ "10": "pip-8",
52
+ "11": "pip-9"
53
+ },
54
+ "init_std": 0.02,
55
+ "init_xavier_std": 1.0,
56
+ "is_encoder_decoder": true,
57
+ "label2id": {
58
+ "pip-1": 0,
59
+ "pip-10": 1,
60
+ "pip-11": 2,
61
+ "pip-12": 3,
62
+ "pip-2": 4,
63
+ "pip-3": 5,
64
+ "pip-4": 6,
65
+ "pip-5": 7,
66
+ "pip-6": 8,
67
+ "pip-7": 9,
68
+ "pip-8": 10,
69
+ "pip-9": 11
70
+ },
71
+ "mask_loss_coefficient": 1,
72
+ "max_position_embeddings": 1024,
73
+ "model_type": "conditional_detr",
74
+ "num_channels": 3,
75
+ "num_hidden_layers": 6,
76
+ "num_queries": 300,
77
+ "position_embedding_type": "sine",
78
+ "scale_embedding": false,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.44.2",
81
+ "use_pretrained_backbone": true,
82
+ "use_timm_backbone": true
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78e6441866cbd937db537f2c4669a15464ce3f37873a8d9f96591af65156e02
3
+ size 174086992
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": "ConditionalDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 416,
21
+ "width": 416
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 416,
27
+ "max_width": 416
28
+ }
29
+ }
runs/Sep10_17-52-31_838c5b42b0d8/events.out.tfevents.1725990786.838c5b42b0d8.1446.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d66148bdd2c56e02dda4c82d09bcb45d9e06d22730fc23ed0833841cd0f7305
3
+ size 8192
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bef10b376b4600d60b6a604286f6990638c87a88b0cffed9eabe5842b945f34
3
+ size 5176