Satish678 commited on
Commit
8359e87
·
1 Parent(s): 1409604

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
3
+ "_name_or_path": "facebook/detr-resnet-50",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "DetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": false,
11
+ "backbone": "resnet50",
12
+ "backbone_config": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "button",
34
+ "1": "calendar",
35
+ "2": "checkbox",
36
+ "3": "close",
37
+ "4": "down_triangle",
38
+ "5": "dropdown",
39
+ "6": "edittexxt",
40
+ "7": "icon",
41
+ "8": "left_triangle",
42
+ "9": "minus",
43
+ "10": "pencil",
44
+ "11": "radio",
45
+ "12": "right_triangle",
46
+ "13": "search",
47
+ "14": "up_triangle"
48
+ },
49
+ "init_std": 0.02,
50
+ "init_xavier_std": 1.0,
51
+ "is_encoder_decoder": true,
52
+ "label2id": {
53
+ "button": 0,
54
+ "calendar": 1,
55
+ "checkbox": 2,
56
+ "close": 3,
57
+ "down_triangle": 4,
58
+ "dropdown": 5,
59
+ "edittexxt": 6,
60
+ "icon": 7,
61
+ "left_triangle": 8,
62
+ "minus": 9,
63
+ "pencil": 10,
64
+ "radio": 11,
65
+ "right_triangle": 12,
66
+ "search": 13,
67
+ "up_triangle": 14
68
+ },
69
+ "mask_loss_coefficient": 1,
70
+ "max_position_embeddings": 1024,
71
+ "model_type": "detr",
72
+ "num_channels": 3,
73
+ "num_hidden_layers": 6,
74
+ "num_queries": 100,
75
+ "position_embedding_type": "sine",
76
+ "scale_embedding": false,
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.7.0.dev0",
79
+ "use_pretrained_backbone": true,
80
+ "use_timm_backbone": true
81
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d303a63d21f9001bd5259e245b4c2d4cf3996fe44a69e7e8155eb602130bd717
3
+ size 166630501
runs/Jun20_06-53-54_4b23e0061309/events.out.tfevents.1687244064.4b23e0061309.175.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfee43238ac51938bf12a67ae67f7e02d43b9f56518802b04cf27636edd52b74
3
+ size 5855
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f38527d681f99d327384b3d9aa9caf2454fc774a6cab96ab465b477e27b9a5
3
+ size 3899