Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Mar21_07-39-59_jupyter-bountifarm000/1679384845.522386/events.out.tfevents.1679384845.jupyter-bountifarm000.759121.1 +3 -0
- runs/Mar21_07-39-59_jupyter-bountifarm000/events.out.tfevents.1679384845.jupyter-bountifarm000.759121.0 +3 -0
- runs/Mar21_07-49-07_jupyter-bountifarm000/1679384976.4947827/events.out.tfevents.1679384976.jupyter-bountifarm000.759989.1 +3 -0
- runs/Mar21_07-49-07_jupyter-bountifarm000/events.out.tfevents.1679384976.jupyter-bountifarm000.759989.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"backbone_config": null,
|
12 |
+
"bbox_cost": 5,
|
13 |
+
"bbox_loss_coefficient": 5,
|
14 |
+
"class_cost": 1,
|
15 |
+
"classifier_dropout": 0.0,
|
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.1,
|
29 |
+
"giou_cost": 2,
|
30 |
+
"giou_loss_coefficient": 2,
|
31 |
+
"id2label": {
|
32 |
+
"0": "early_printed_illustration"
|
33 |
+
},
|
34 |
+
"init_std": 0.02,
|
35 |
+
"init_xavier_std": 1.0,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"early_printed_illustration": 0
|
39 |
+
},
|
40 |
+
"mask_loss_coefficient": 1,
|
41 |
+
"max_position_embeddings": 1024,
|
42 |
+
"model_type": "detr",
|
43 |
+
"num_channels": 3,
|
44 |
+
"num_hidden_layers": 6,
|
45 |
+
"num_queries": 100,
|
46 |
+
"position_embedding_type": "sine",
|
47 |
+
"scale_embedding": false,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.27.0.dev0",
|
50 |
+
"use_pretrained_backbone": true,
|
51 |
+
"use_timm_backbone": true
|
52 |
+
}
|
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:8a53c736d519e5c9b54047d5fca82f9bda68fffdb4870e84a3e603583e7d4172
|
3 |
+
size 166612309
|
runs/Mar21_07-39-59_jupyter-bountifarm000/1679384845.522386/events.out.tfevents.1679384845.jupyter-bountifarm000.759121.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a144a3f9dd80b126121b47727ba405747aba09b61a2b1f624b7b379710585a
|
3 |
+
size 5896
|
runs/Mar21_07-39-59_jupyter-bountifarm000/events.out.tfevents.1679384845.jupyter-bountifarm000.759121.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60be1f559ad5f4e7b40c2cd02dbbcbd4aa88086626070da66677942c4b8a4908
|
3 |
+
size 4136
|
runs/Mar21_07-49-07_jupyter-bountifarm000/1679384976.4947827/events.out.tfevents.1679384976.jupyter-bountifarm000.759989.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6118e22c7be625d6b9431fda48d8daa3a0a59601cec0c55ddb7dea24897e8ea7
|
3 |
+
size 5896
|
runs/Mar21_07-49-07_jupyter-bountifarm000/events.out.tfevents.1679384976.jupyter-bountifarm000.759989.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d4155cba85b5d1465d7b178b6b5dad22c3b56b6e85222dd267eda4a60456014
|
3 |
+
size 5293
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:067a45630f1099860674c880cdef41a800592d4bdb8f689b32c90cf5ffc7d7cc
|
3 |
+
size 3631
|