Commit
•
edffc1d
1
Parent(s):
c94bb78
Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +47 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Jul24_14-43-07_3d1d03bae3c3/1658673801.6179523/events.out.tfevents.1658673801.3d1d03bae3c3.76.1 +3 -0
- runs/Jul24_14-43-07_3d1d03bae3c3/events.out.tfevents.1658673801.3d1d03bae3c3.76.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet50",
|
11 |
+
"bbox_cost": 5,
|
12 |
+
"bbox_loss_coefficient": 5,
|
13 |
+
"class_cost": 1,
|
14 |
+
"d_model": 256,
|
15 |
+
"decoder_attention_heads": 8,
|
16 |
+
"decoder_ffn_dim": 2048,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 6,
|
19 |
+
"dice_loss_coefficient": 1,
|
20 |
+
"dilation": false,
|
21 |
+
"dropout": 0.1,
|
22 |
+
"encoder_attention_heads": 8,
|
23 |
+
"encoder_ffn_dim": 2048,
|
24 |
+
"encoder_layerdrop": 0.0,
|
25 |
+
"encoder_layers": 6,
|
26 |
+
"eos_coefficient": 0.1,
|
27 |
+
"giou_cost": 2,
|
28 |
+
"giou_loss_coefficient": 2,
|
29 |
+
"id2label": {
|
30 |
+
"0": "early_printed_illustration"
|
31 |
+
},
|
32 |
+
"init_std": 0.02,
|
33 |
+
"init_xavier_std": 1.0,
|
34 |
+
"is_encoder_decoder": true,
|
35 |
+
"label2id": {
|
36 |
+
"early_printed_illustration": 0
|
37 |
+
},
|
38 |
+
"mask_loss_coefficient": 1,
|
39 |
+
"max_position_embeddings": 1024,
|
40 |
+
"model_type": "detr",
|
41 |
+
"num_hidden_layers": 6,
|
42 |
+
"num_queries": 100,
|
43 |
+
"position_embedding_type": "sine",
|
44 |
+
"scale_embedding": false,
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.20.1"
|
47 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "DetrFeatureExtractor",
|
5 |
+
"format": "coco_detection",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"max_size": 1333,
|
17 |
+
"size": 800
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f28388caa55a8ca595b79ca1c8a423609f861bfbf65b115d1e1f41cb862c07db
|
3 |
+
size 166612309
|
runs/Jul24_14-43-07_3d1d03bae3c3/1658673801.6179523/events.out.tfevents.1658673801.3d1d03bae3c3.76.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f0f27c9bcd76afdd1fa0036546b243985c80411ebdbc7f01f1ef9a790039744
|
3 |
+
size 5442
|
runs/Jul24_14-43-07_3d1d03bae3c3/events.out.tfevents.1658673801.3d1d03bae3c3.76.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e389b5a979a0510455e816879baf1191f3770d1f27c7c048360a375dc956d66
|
3 |
+
size 4832
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:481f93b50c6ab7035cf83b872b3dfa9f71b9c4732883bf78de56a4ac10fcf0ba
|
3 |
+
size 3375
|