polejowska
commited on
Commit
•
b661ad8
1
Parent(s):
ee08252
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
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": "resnet101",
|
11 |
+
"backbone_config": null,
|
12 |
+
"bbox_cost": 5.0,
|
13 |
+
"bbox_loss_coefficient": 5.0,
|
14 |
+
"class_cost": 1.0,
|
15 |
+
"d_model": 256,
|
16 |
+
"decoder_attention_heads": 8,
|
17 |
+
"decoder_ffn_dim": 4096,
|
18 |
+
"decoder_layerdrop": 0.0,
|
19 |
+
"decoder_layers": 6,
|
20 |
+
"dice_loss_coefficient": 1,
|
21 |
+
"dilation": false,
|
22 |
+
"dropout": 0.1,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 4096,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
27 |
+
"eos_coefficient": 0.1,
|
28 |
+
"eos_loss_coefficient": 0.1,
|
29 |
+
"giou_cost": 2.0,
|
30 |
+
"giou_loss_coefficient": 2.0,
|
31 |
+
"id2label": {
|
32 |
+
"0": "leukocyte"
|
33 |
+
},
|
34 |
+
"init_std": 0.02,
|
35 |
+
"init_xavier_std": 1.0,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"leukocyte": 0
|
39 |
+
},
|
40 |
+
"mask_loss_coefficient": 1,
|
41 |
+
"model_type": "detr",
|
42 |
+
"num_channels": 3,
|
43 |
+
"num_classes": 1,
|
44 |
+
"num_hidden_layers": 6,
|
45 |
+
"num_queries": 100,
|
46 |
+
"output_attentions": true,
|
47 |
+
"position_embedding_type": "sine",
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": null,
|
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:c4354614a2b214d50d1c6a3b6faa1d3b96f97bd7088db9bc3b5b2a542d84d92e
|
3 |
+
size 293313633
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:750857de59540d84327fc47a55a5a615e88132c4522e097fe2cee44401d4c01c
|
3 |
+
size 3643
|