jamjammin commited on
Commit
bcad347
·
verified ·
1 Parent(s): cb01936

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "DetrForObjectDetection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auxiliary_loss": false,
9
+ "backbone": "resnet50",
10
+ "backbone_config": null,
11
+ "backbone_kwargs": {
12
+ "in_chans": 3,
13
+ "out_indices": [
14
+ 1,
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": 2048,
26
+ "decoder_layerdrop": 0.0,
27
+ "decoder_layers": 6,
28
+ "dice_loss_coefficient": 1,
29
+ "dilation": false,
30
+ "dropout": 0.1,
31
+ "dtype": "float32",
32
+ "encoder_attention_heads": 8,
33
+ "encoder_ffn_dim": 2048,
34
+ "encoder_layerdrop": 0.0,
35
+ "encoder_layers": 6,
36
+ "eos_coefficient": 0.1,
37
+ "giou_cost": 2,
38
+ "giou_loss_coefficient": 2,
39
+ "id2label": {
40
+ "0": "Coverall",
41
+ "1": "Face_Shield",
42
+ "2": "Gloves",
43
+ "3": "Goggles",
44
+ "4": "Mask"
45
+ },
46
+ "init_std": 0.02,
47
+ "init_xavier_std": 1.0,
48
+ "is_encoder_decoder": true,
49
+ "label2id": {
50
+ "Coverall": 0,
51
+ "Face_Shield": 1,
52
+ "Gloves": 2,
53
+ "Goggles": 3,
54
+ "Mask": 4
55
+ },
56
+ "mask_loss_coefficient": 1,
57
+ "max_position_embeddings": 1024,
58
+ "model_type": "detr",
59
+ "num_channels": 3,
60
+ "num_hidden_layers": 6,
61
+ "num_queries": 100,
62
+ "position_embedding_type": "sine",
63
+ "scale_embedding": false,
64
+ "transformers_version": "4.57.0",
65
+ "use_pretrained_backbone": true,
66
+ "use_timm_backbone": true
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ede29f1d17ecdbcabc46e8f18815e2e436484662d7f3f3db65d5b1597a952ff
3
+ size 166498936
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
runs/Oct15_10-50-52_1e71bba53397/events.out.tfevents.1760525729.1e71bba53397.770.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cacaa58829c2f4c0e179072d312cdc4d3e291b74540dfd11fca174e42be465
3
+ size 5820
runs/Oct15_11-12-52_1e71bba53397/events.out.tfevents.1760527042.1e71bba53397.770.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de77509851f8be75eb21381ccbb09ef14a13ff9dc559493d3ec9d8b21d82e9bf
3
+ size 5841
runs/Oct15_11-12-52_1e71bba53397/events.out.tfevents.1760527114.1e71bba53397.770.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1718b6debf2d5dc2a67ee7174578cc23b40d8059739113dd3f02e6be5374d4a
3
+ size 5841
runs/Oct15_11-12-52_1e71bba53397/events.out.tfevents.1760527152.1e71bba53397.770.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d180de289d8647e433eb20fad26fe93bcb89c65c5148bad13834419b812fb60
3
+ size 6677
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b641b851a22d8ed2d3ff958f0e94d81e72a93d5895f2c6a2c8b713b6d02d47
3
+ size 5841