davanstrien HF staff commited on
Commit
0cacf4c
1 Parent(s): f1ebe87

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Photograph",
34
+ "1": "Illustration",
35
+ "2": "Map",
36
+ "3": "Comics/Cartoon",
37
+ "4": "Editorial Cartoon",
38
+ "5": "Headline",
39
+ "6": "Advertisement"
40
+ },
41
+ "init_std": 0.02,
42
+ "init_xavier_std": 1.0,
43
+ "is_encoder_decoder": true,
44
+ "label2id": {
45
+ "Advertisement": 6,
46
+ "Comics/Cartoon": 3,
47
+ "Editorial Cartoon": 4,
48
+ "Headline": 5,
49
+ "Illustration": 1,
50
+ "Map": 2,
51
+ "Photograph": 0
52
+ },
53
+ "mask_loss_coefficient": 1,
54
+ "max_position_embeddings": 1024,
55
+ "model_type": "detr",
56
+ "num_channels": 3,
57
+ "num_hidden_layers": 6,
58
+ "num_queries": 100,
59
+ "position_embedding_type": "sine",
60
+ "scale_embedding": false,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.7.0.dev0",
63
+ "use_pretrained_backbone": true,
64
+ "use_timm_backbone": true
65
+ }
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": "DetrFeatureExtractor",
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": 1333,
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:7cc2b88c240216f5d64fd1f649752c552097f6376e7929a3130cac49d7ef043f
3
+ size 166622245
runs/Apr13_09-36-13_1d2bf1bd9bbf/1681378597.8343635/events.out.tfevents.1681378597.1d2bf1bd9bbf.4965.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2607f3ade3390f9f79f12d38f5d9fb8b90fa2fe1d1d97adb8371113cef1884ce
3
+ size 5928
runs/Apr13_09-36-13_1d2bf1bd9bbf/events.out.tfevents.1681378597.1d2bf1bd9bbf.4965.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453cf7077e4f305611b6519117e3ba2a9a3be451d3dc1b8f65c694173b5f4fdb
3
+ size 6700
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b5ebf789017b4fadeaf5620f7935c0c016c6ffd34a3f5f3564bf5a9d87c1a1
3
+ size 3643