danelcsb commited on
Commit
b73b90d
·
verified ·
1 Parent(s): 43a6ad9

Training in progress epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
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": 1,
24
+ "classifier_dropout": 0.0,
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
+ "eos_coefficient": 0.1,
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": "detr",
60
+ "num_channels": 3,
61
+ "num_hidden_layers": 6,
62
+ "num_queries": 100,
63
+ "position_embedding_type": "sine",
64
+ "scale_embedding": false,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.45.0.dev0",
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:fe40f3274cd2fdb3038c83327553689ddf60e2fb3aeccf964205cdf932d74162
3
+ size 166498936
object_detection_no_trainer/1726534556.9349551/events.out.tfevents.1726534556.9397c1632018.2030680.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0789ac2d98482830754712f46f78d27ffddd2f3d118c20b6b9d37db8d43f8f5e
3
+ size 1627
object_detection_no_trainer/1726534556.9417694/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 3600
16
+ model_name_or_path: facebook/detr-resnet-50
17
+ num_train_epochs: 100
18
+ num_warmup_steps: 0
19
+ output_dir: detr-resnet-50-finetuned
20
+ per_device_eval_batch_size: 8
21
+ per_device_train_batch_size: 8
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1726534810.476384/events.out.tfevents.1726534810.9397c1632018.2032836.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea5d1859b2f68fb2b3a99811360372b784e71ddcc3e93a8811806df9289f690
3
+ size 1627
object_detection_no_trainer/1726534810.4830487/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 4
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 180
16
+ model_name_or_path: facebook/detr-resnet-50
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: detr-resnet-50-finetuned
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 4
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/events.out.tfevents.1726534556.9397c1632018.2030680.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d89b95ff90b515a899eed0b5ea42620f32ce3ab569a59b641ba54db2397fedc
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1726534810.9397c1632018.2032836.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b48ecc0f8f5cc1897d54de9bef80819b822c98e2213122125faf9d56f30ce51
3
+ size 88
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": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 600,
21
+ "width": 600
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 600,
27
+ "max_width": 600
28
+ }
29
+ }