nonpawith commited on
Commit
29b0cb1
·
verified ·
1 Parent(s): f5c38b5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "ConditionalDetrForObjectDetection"
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": 2,
23
+ "cls_loss_coefficient": 2,
24
+ "d_model": 256,
25
+ "decoder_attention_heads": 8,
26
+ "decoder_ffn_dim": 2048,
27
+ "decoder_layerdrop": 0.0,
28
+ "decoder_layers": 6,
29
+ "dice_loss_coefficient": 1,
30
+ "dilation": false,
31
+ "dropout": 0.1,
32
+ "encoder_attention_heads": 8,
33
+ "encoder_ffn_dim": 2048,
34
+ "encoder_layerdrop": 0.0,
35
+ "encoder_layers": 6,
36
+ "focal_alpha": 0.25,
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": "conditional_detr",
59
+ "num_channels": 3,
60
+ "num_hidden_layers": 6,
61
+ "num_queries": 300,
62
+ "position_embedding_type": "sine",
63
+ "scale_embedding": false,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.55.4",
66
+ "use_pretrained_backbone": true,
67
+ "use_timm_backbone": true
68
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ffa20d37422dbbe32b81cb3aca00840aee2470e62d4bfe5d8c676957ea9d453
3
+ size 174079796
preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": false,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_annotations": true,
9
+ "do_convert_rgb": null,
10
+ "do_normalize": true,
11
+ "do_pad": true,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "format": "coco_detection",
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "ConditionalDetrImageProcessorFast",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "input_data_format": null,
27
+ "pad_size": {
28
+ "height": 480,
29
+ "width": 480
30
+ },
31
+ "resample": 2,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_segmentation_masks": null,
34
+ "return_tensors": null,
35
+ "size": {
36
+ "max_height": 480,
37
+ "max_width": 480
38
+ }
39
+ }
runs/Aug28_03-05-45_aa57e2c8b151/events.out.tfevents.1756350350.aa57e2c8b151.341.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c4bc710baba914f9aa6116e083aa858b0ece7da111f835ef99e6d5ad51b2b8
3
+ size 5840
runs/Aug28_03-12-08_aa57e2c8b151/events.out.tfevents.1756350731.aa57e2c8b151.341.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dd487894837650c5c5c0b36a27807629d587528019c98e6158b4bfbe82129e
3
+ size 7273
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9bd581e6b0feac463cfb399495188b9b31ebc9a11eca68dc39c45de3683d57
3
+ size 5777