yunusskeete commited on
Commit
92f1665
1 Parent(s): e038b1a

Training in progress, step 200

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
+ "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": "Coverall",
36
+ "1": "Face_Shield",
37
+ "2": "Gloves",
38
+ "3": "Goggles",
39
+ "4": "Mask"
40
+ },
41
+ "init_std": 0.02,
42
+ "init_xavier_std": 1.0,
43
+ "is_encoder_decoder": true,
44
+ "label2id": {
45
+ "Coverall": 0,
46
+ "Face_Shield": 1,
47
+ "Gloves": 2,
48
+ "Goggles": 3,
49
+ "Mask": 4
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.35.2",
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:4ee61f40a98195729d529053421fb10a3c95a25f7e2bce966d7587880189820d
3
+ size 160680572
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
+ }
runs/Nov27_22-14-05_PHilita_Alien_1/events.out.tfevents.1701123269.PHilita_Alien_1.6248.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da30257475767ad09d6ccba6aef4271dc51b4432ba925874b4cb6673f2410bfd
3
+ size 5163
runs/Nov27_22-17-24_PHilita_Alien_1/events.out.tfevents.1701123450.PHilita_Alien_1.6248.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054918382e0a89452e1e2295b964a77b47cef5f63e7624a8a936310bedbbaf8d
3
+ size 5163
runs/Nov27_22-25-29_PHilita_Alien_1/events.out.tfevents.1701123934.PHilita_Alien_1.13856.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f998914d0f20ffccb54b78bb42b303751f4464ca723f93ffbb22446ae5bf1fdf
3
+ size 5785
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d1281de48d2431ab7d5d78f6eedd40670a6d86e29da46d45b6eec06591b131
3
+ size 4600