oncealong commited on
Commit
3446807
·
verified ·
1 Parent(s): 28fc41a

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.49.0",
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:49c44e034605a7247ae06fa7ede9bdf5fc08ebfb09d7df10bb57d5d4a5faae58
3
+ size 174079796
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": 480,
21
+ "width": 480
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 480,
27
+ "max_width": 480
28
+ }
29
+ }
runs/Apr17_19-21-16_VM-125-45-tencentos/events.out.tfevents.1744888879.VM-125-45-tencentos.3129059.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fac4f286fbf54e20ea86ccc51005be07cfab7759556e8707e22db4dc9a99b1a
3
+ size 5987
runs/Apr17_19-22-27_VM-125-45-tencentos/events.out.tfevents.1744888994.VM-125-45-tencentos.3131127.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cdfa30254b78a3298ada355f582a2954514fe1a6e705742f19e52acb64a0c75
3
+ size 4184
runs/Apr17_19-28-08_VM-125-45-tencentos/events.out.tfevents.1744889295.VM-125-45-tencentos.3144910.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9da121d9c443919daf666e4b4a92d2d5855cf3969ea47fac6bf8f9ad00afd89
3
+ size 5987
runs/Apr17_21-13-37_VM-125-45-tencentos/events.out.tfevents.1744895621.VM-125-45-tencentos.3269969.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03635d9da854ad0f7aeffa3e49f4b3621b425215ed688053ee7b6aef83f3542d
3
+ size 5987
runs/Apr17_21-32-13_VM-125-45-tencentos/events.out.tfevents.1744896737.VM-125-45-tencentos.3293596.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37a842b99193645044a3f30cc6a699cff068017c33b6862c54e1b9f2aa94707f
3
+ size 5987
runs/Apr17_21-43-26_VM-125-45-tencentos/events.out.tfevents.1744897410.VM-125-45-tencentos.3333820.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3c034fe746f05ec4bdd67a1d033575bdf7a8ab65d17d02aa2869120568c33a
3
+ size 4184
runs/Apr17_21-45-19_VM-125-45-tencentos/events.out.tfevents.1744897523.VM-125-45-tencentos.3339639.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4044bbd78a2a7d3e58f0719537d9fe98a816dc6c3ce6e5c040471048ccf703f3
3
+ size 5987
runs/Apr18_15-22-42_VM-125-45-tencentos/events.out.tfevents.1744960964.VM-125-45-tencentos.149619.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b82787ead67b1e426ee0368c9959b8412f9a21cf19a778d251ad3c64472a85e
3
+ size 5987
runs/Apr18_15-24-10_VM-125-45-tencentos/events.out.tfevents.1744961054.VM-125-45-tencentos.152263.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4cd140177383156f45afb1c61369ece0c96caede30e7018d10dd7756cab4951
3
+ size 4184
runs/Apr18_15-27-27_VM-125-45-tencentos/events.out.tfevents.1744961251.VM-125-45-tencentos.158305.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ff2f6dc7b9f4d85a0409cf72efbdb7e6b9c58471cf549b3daee9a8f025100b
3
+ size 5987
runs/Apr18_15-36-43_VM-125-45-tencentos/events.out.tfevents.1744961808.VM-125-45-tencentos.179798.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7061eeb22366c4e85c28738c0d3cbe2af096d8f90a3f8447ee750e92058c2452
3
+ size 7420
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f650527365a0df3a95310a8ade29f1549ccc7cd6d7f003948b5dfab87ca7df
3
+ size 5368