NotSarahConnor1984 commited on
Commit
a0f348a
·
verified ·
1 Parent(s): 98dc04d

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/conditional-detr-resnet-50",
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": "Coverall",
42
+ "1": "Face_Shield",
43
+ "2": "Gloves",
44
+ "3": "Goggles",
45
+ "4": "Mask"
46
+ },
47
+ "init_std": 0.02,
48
+ "init_xavier_std": 1.0,
49
+ "is_encoder_decoder": true,
50
+ "label2id": {
51
+ "Coverall": 0,
52
+ "Face_Shield": 1,
53
+ "Gloves": 2,
54
+ "Goggles": 3,
55
+ "Mask": 4
56
+ },
57
+ "mask_loss_coefficient": 1,
58
+ "max_position_embeddings": 1024,
59
+ "model_type": "conditional_detr",
60
+ "num_channels": 3,
61
+ "num_hidden_layers": 6,
62
+ "num_queries": 300,
63
+ "position_embedding_type": "sine",
64
+ "scale_embedding": false,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.41.1",
67
+ "use_pretrained_backbone": true,
68
+ "use_timm_backbone": true
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79589a2626fdd66387e2eec77778d9634f9c326f5427a8327491427c2fa3033
3
+ size 174079796
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "do_convert_annotations",
14
+ "image_mean",
15
+ "image_std",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": false,
25
+ "do_rescale": true,
26
+ "do_resize": false,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "ConditionalDetrImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 1333,
43
+ "shortest_edge": 800
44
+ }
45
+ }
runs/May29_16-01-33_LAPTOP-S45RK0KK/events.out.tfevents.1716995278.LAPTOP-S45RK0KK.13660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd90d2134270e12e4010a80191a380af0e60465c3e1a5b27962ed0144fbc11b
3
+ size 5737
runs/May29_16-01-33_LAPTOP-S45RK0KK/events.out.tfevents.1716995353.LAPTOP-S45RK0KK.13660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09dbbd6c506368d6a19a96378d53343aec7ea16e81e16fc65df5d87513a0ff31
3
+ size 5737
runs/May29_16-12-03_LAPTOP-S45RK0KK/events.out.tfevents.1716995525.LAPTOP-S45RK0KK.13660.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116374887b11f7d0221934882521a2b99754a92104ca197d57faa27655645e85
3
+ size 5737
runs/May29_16-13-36_LAPTOP-S45RK0KK/events.out.tfevents.1716995619.LAPTOP-S45RK0KK.13660.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5343e5525fc25e129a1ba8b59dead56522c7a793545659a9acaaba1c33df91
3
+ size 5737
runs/May29_16-13-55_LAPTOP-S45RK0KK/events.out.tfevents.1716995678.LAPTOP-S45RK0KK.13660.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63395a20d7fedee91e129e9ab81c8048a61ee65bca08b26ef5a79cf787bbc49
3
+ size 5737
runs/May29_16-17-50_LAPTOP-S45RK0KK/events.out.tfevents.1716995872.LAPTOP-S45RK0KK.13660.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a7abcb6cca386b666405b42fb6f591f8c6cf27097dd9696078e26b2ff550f2
3
+ size 5738
runs/May29_16-41-08_LAPTOP-S45RK0KK/events.out.tfevents.1716997274.LAPTOP-S45RK0KK.4840.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39f39901877cfa6e81e925e4ce13e8f0c83e0c811312c923cba5c5a55192c90
3
+ size 5738
runs/May29_16-43-53_LAPTOP-S45RK0KK/events.out.tfevents.1716997436.LAPTOP-S45RK0KK.4840.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:322a85dddb5e3070a25c1fc53adfbf988da8a2d59d055284fed901901f2fcd31
3
+ size 5738
runs/May29_17-02-12_LAPTOP-S45RK0KK/events.out.tfevents.1716998535.LAPTOP-S45RK0KK.4840.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d69cfa3320be39981314a9d77260c50c5a3bdf8456809f47d9719f09b4dd68
3
+ size 5737
runs/May29_17-03-07_LAPTOP-S45RK0KK/events.out.tfevents.1716998592.LAPTOP-S45RK0KK.4840.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa1b6ceeb657c01316fec9e3b3ef9f7392109f9de5d045fd0b04d70f3c5281a4
3
+ size 5737
runs/May29_17-03-23_LAPTOP-S45RK0KK/events.out.tfevents.1716998606.LAPTOP-S45RK0KK.4840.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5737ff0b2ed5b3976ed85e5ef7e12e4edda0804aa1cf3d9bccc27d5ef0738ee
3
+ size 7170
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6fdfe6718a71d79705cab9561464da96e6fc9cbe3b2e923d27b480d8698583
3
+ size 5112