Mit1208 commited on
Commit
8145cc6
1 Parent(s): 57cc5c1

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Caption",
34
+ "1": "Footnote",
35
+ "2": "Formula",
36
+ "3": "List-item",
37
+ "4": "Page-footer",
38
+ "5": "Page-header",
39
+ "6": "Picture",
40
+ "7": "Section-header",
41
+ "8": "Table",
42
+ "9": "Text",
43
+ "10": "Title"
44
+ },
45
+ "init_std": 0.02,
46
+ "init_xavier_std": 1.0,
47
+ "is_encoder_decoder": true,
48
+ "label2id": {
49
+ "Caption": 0,
50
+ "Footnote": 1,
51
+ "Formula": 2,
52
+ "List-item": 3,
53
+ "Page-footer": 4,
54
+ "Page-header": 5,
55
+ "Picture": 6,
56
+ "Section-header": 7,
57
+ "Table": 8,
58
+ "Text": 9,
59
+ "Title": 10
60
+ },
61
+ "mask_loss_coefficient": 1,
62
+ "max_position_embeddings": 1024,
63
+ "model_type": "detr",
64
+ "num_channels": 3,
65
+ "num_hidden_layers": 6,
66
+ "num_queries": 100,
67
+ "position_embedding_type": "sine",
68
+ "scale_embedding": false,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.7.0.dev0",
71
+ "use_pretrained_backbone": true,
72
+ "use_timm_backbone": true
73
+ }
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:3eeae2be5dc5548d02513af452a39ed5eb464fbdcaf676b36f88186efb8b5b86
3
+ size 166626341
runs/Apr22_16-51-44_70a5085f3a19/1682182456.4522507/events.out.tfevents.1682182456.70a5085f3a19.1263.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdbd530002335c499cfb7a4748c4dce527119c2b89ef7832f9b233302dd2ae7
3
+ size 5913
runs/Apr22_16-51-44_70a5085f3a19/1682182516.7172678/events.out.tfevents.1682182516.70a5085f3a19.1263.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7c72aa2d276cafb429c4971c261af01ac096b9371914f7315e27cd6fcac69a
3
+ size 5913
runs/Apr22_16-51-44_70a5085f3a19/1682182532.9157624/events.out.tfevents.1682182532.70a5085f3a19.1263.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff501809a6cd6117e32ce9a9c7c5759dfce8303c38cbdca34a7a408886bc097c
3
+ size 5913
runs/Apr22_16-51-44_70a5085f3a19/1682182588.4413216/events.out.tfevents.1682182588.70a5085f3a19.1263.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c25b6769cb54623e4dcfc422aea19313f50ce98af7c3009927e3786397ba34
3
+ size 5913
runs/Apr22_16-51-44_70a5085f3a19/1682182649.9414887/events.out.tfevents.1682182649.70a5085f3a19.1263.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7830725b9179d2e41f6cfe58707d10e0e484b13658bc11195440736c5f978bb
3
+ size 5913
runs/Apr22_16-51-44_70a5085f3a19/events.out.tfevents.1682182456.70a5085f3a19.1263.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d583ab30bab1411e229d523fcfd456d3003a24434e4017860c3cfa2796640fcb
3
+ size 10084
runs/Apr22_16-51-44_70a5085f3a19/events.out.tfevents.1682182532.70a5085f3a19.1263.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e0d0a61eee616306d8ac5f3c02952288d44214fb2551530b3d1e520dbaeb6e
3
+ size 5086
runs/Apr22_16-51-44_70a5085f3a19/events.out.tfevents.1682182588.70a5085f3a19.1263.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c255f5c63b25592830edc4743e28728fa8d110ace84033678cbbc9c4b34c8d8
3
+ size 5086
runs/Apr22_16-51-44_70a5085f3a19/events.out.tfevents.1682182649.70a5085f3a19.1263.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a532850ce5605bc8b0a065ca2a7cfe56ebefcee2ec9427cef8f0d25a992ae4bc
3
+ size 5708
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058a1a1c8827aa3b32c0d5cfd9370400a322b1af47ecb7c088bf84633525f93d
3
+ size 3643