Commit
•
82cf6a5
1
Parent(s):
7883209
Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +64 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Mar01_12-42-08_7e159313b37f/1677674545.8549964/events.out.tfevents.1677674545.7e159313b37f.317.1 +3 -0
- runs/Mar01_12-42-08_7e159313b37f/events.out.tfevents.1677674545.7e159313b37f.317.0 +3 -0
- runs/Mar01_12-44-10_7e159313b37f/1677674662.1231618/events.out.tfevents.1677674662.7e159313b37f.737.1 +3 -0
- runs/Mar01_12-44-10_7e159313b37f/events.out.tfevents.1677674662.7e159313b37f.737.0 +3 -0
- runs/Mar01_12-52-57_caa97188adc3/1677675203.2269013/events.out.tfevents.1677675203.caa97188adc3.252.1 +3 -0
- runs/Mar01_12-52-57_caa97188adc3/events.out.tfevents.1677675203.caa97188adc3.252.0 +3 -0
- runs/Mar01_12-59-19_6e5258e10169/1677675570.3045428/events.out.tfevents.1677675570.6e5258e10169.252.1 +3 -0
- runs/Mar01_12-59-19_6e5258e10169/1677675736.4514081/events.out.tfevents.1677675736.6e5258e10169.252.2 +3 -0
- runs/Mar01_12-59-19_6e5258e10169/events.out.tfevents.1677675570.6e5258e10169.252.0 +3 -0
- runs/Mar01_13-17-52_b69e769f6eb4/1677676680.4110842/events.out.tfevents.1677676680.b69e769f6eb4.252.1 +3 -0
- runs/Mar01_13-17-52_b69e769f6eb4/events.out.tfevents.1677676680.b69e769f6eb4.252.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/conditional-detr-resnet-50",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"ConditionalDetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet50",
|
11 |
+
"backbone_config": null,
|
12 |
+
"bbox_cost": 5,
|
13 |
+
"bbox_loss_coefficient": 5,
|
14 |
+
"class_cost": 2,
|
15 |
+
"cls_loss_coefficient": 2,
|
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 |
+
"focal_alpha": 0.25,
|
29 |
+
"giou_cost": 2,
|
30 |
+
"giou_loss_coefficient": 2,
|
31 |
+
"id2label": {
|
32 |
+
"0": "Photograph",
|
33 |
+
"1": "Illustration",
|
34 |
+
"2": "Map",
|
35 |
+
"3": "Comics/Cartoon",
|
36 |
+
"4": "Editorial Cartoon",
|
37 |
+
"5": "Headline",
|
38 |
+
"6": "Advertisement"
|
39 |
+
},
|
40 |
+
"init_std": 0.02,
|
41 |
+
"init_xavier_std": 1.0,
|
42 |
+
"is_encoder_decoder": true,
|
43 |
+
"label2id": {
|
44 |
+
"Advertisement": 6,
|
45 |
+
"Comics/Cartoon": 3,
|
46 |
+
"Editorial Cartoon": 4,
|
47 |
+
"Headline": 5,
|
48 |
+
"Illustration": 1,
|
49 |
+
"Map": 2,
|
50 |
+
"Photograph": 0
|
51 |
+
},
|
52 |
+
"mask_loss_coefficient": 1,
|
53 |
+
"max_position_embeddings": 1024,
|
54 |
+
"model_type": "conditional_detr",
|
55 |
+
"num_channels": 3,
|
56 |
+
"num_hidden_layers": 6,
|
57 |
+
"num_queries": 300,
|
58 |
+
"position_embedding_type": "sine",
|
59 |
+
"scale_embedding": false,
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.26.1",
|
62 |
+
"use_pretrained_backbone": true,
|
63 |
+
"use_timm_backbone": true
|
64 |
+
}
|
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": "ConditionalDetrImageProcessor",
|
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:04743f9d6d33fe06104b3c5ea017d7dc57d97c1b0db45d366fb2aeb43c6c6f66
|
3 |
+
size 174216205
|
runs/Mar01_12-42-08_7e159313b37f/1677674545.8549964/events.out.tfevents.1677674545.7e159313b37f.317.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f41689819dbd42eeec38e287420ae6531c1752680a57a59dc20bbdc01b94a35
|
3 |
+
size 5831
|
runs/Mar01_12-42-08_7e159313b37f/events.out.tfevents.1677674545.7e159313b37f.317.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9ae0a4378cd86b9ce8820c7b39f4ac3221aec639a19758588e0cd555f3576ca
|
3 |
+
size 4905
|
runs/Mar01_12-44-10_7e159313b37f/1677674662.1231618/events.out.tfevents.1677674662.7e159313b37f.737.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:645f0f8a4d48d75da628752b898c5eea0cbb43e9298baed150371f08b489c888
|
3 |
+
size 5831
|
runs/Mar01_12-44-10_7e159313b37f/events.out.tfevents.1677674662.7e159313b37f.737.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d55c9d692939d2c3b17c3a098ab44701a64578cba0d0de063be09bf0440d0ad
|
3 |
+
size 4904
|
runs/Mar01_12-52-57_caa97188adc3/1677675203.2269013/events.out.tfevents.1677675203.caa97188adc3.252.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e419b2b0c9af0c2a621d7cf3839fed4fd2b3a61ea77c2123131bb5936165bfa
|
3 |
+
size 5831
|
runs/Mar01_12-52-57_caa97188adc3/events.out.tfevents.1677675203.caa97188adc3.252.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1023710138c2c4d61985761d0d35532a486d5419afa53f20d1e2a0c6c55bf75
|
3 |
+
size 4905
|
runs/Mar01_12-59-19_6e5258e10169/1677675570.3045428/events.out.tfevents.1677675570.6e5258e10169.252.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2011699f96d0fb2d883e1301ed296187500cce4087932b37331f628a67b82836
|
3 |
+
size 5831
|
runs/Mar01_12-59-19_6e5258e10169/1677675736.4514081/events.out.tfevents.1677675736.6e5258e10169.252.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ceabfcfb816e5f88bb6d4ebe4e6c1c67eb47e7096f8da7a37cb601e7d66527b0
|
3 |
+
size 5831
|
runs/Mar01_12-59-19_6e5258e10169/events.out.tfevents.1677675570.6e5258e10169.252.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:467489edcbfdfc0d4aa6f5f643780f273594786d307a60672b8c4a65dc0948e4
|
3 |
+
size 9770
|
runs/Mar01_13-17-52_b69e769f6eb4/1677676680.4110842/events.out.tfevents.1677676680.b69e769f6eb4.252.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6b312cc1a1d4a3d571ba78d6991231685fdddff0a4e12ca10615ea0520de9f5
|
3 |
+
size 5831
|
runs/Mar01_13-17-52_b69e769f6eb4/events.out.tfevents.1677676680.b69e769f6eb4.252.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a26a2b32206cb34ae226af6245ff18490bf553424f80177859e679de0d2095
|
3 |
+
size 5752
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06024578cbcded1b0c7ecdfbb8395c34bd166f50052752fd85575d046a51d531
|
3 |
+
size 3579
|