Viswa M commited on
Commit
bb583a6
·
1 Parent(s): b446de1

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/table-transformer-detection",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "TableTransformerForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet18",
11
+ "backbone_config": null,
12
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "ce_loss_coefficient": 1,
15
+ "class_cost": 1,
16
+ "d_model": 256,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "dropout": 0.1,
24
+ "encoder_attention_heads": 8,
25
+ "encoder_ffn_dim": 2048,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "eos_coefficient": 0.4,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "0": "bordered",
33
+ "1": "borderless"
34
+ },
35
+ "init_std": 0.02,
36
+ "init_xavier_std": 1.0,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "bordered": 0,
40
+ "borderless": 1
41
+ },
42
+ "mask_loss_coefficient": 1,
43
+ "max_position_embeddings": 1024,
44
+ "model_type": "table-transformer",
45
+ "num_channels": 3,
46
+ "num_hidden_layers": 6,
47
+ "num_queries": 15,
48
+ "position_embedding_type": "sine",
49
+ "scale_embedding": false,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.31.0",
52
+ "use_pretrained_backbone": true,
53
+ "use_timm_backbone": true
54
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "DetrFeatureExtractor",
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
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 800,
23
+ "shortest_edge": 800
24
+ }
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4105d42cb9780d8c805ec9f30be2bcf167d9a41dce7bc9d660994dfddba34d2
3
+ size 115401237
runs/Aug09_07-04-58_2f2e9fa56a52/events.out.tfevents.1691564709.2f2e9fa56a52.429.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521dc55147443787471a676a5798152bff38f3d293d7b11ea004929a0883af56
3
+ size 5415
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1781ad6a52beb9207bc85c32ce9db7152e08c83d5febb0822ebd7aeca963852d
3
+ size 3963