Training in progress, step 20
Browse files- .gitignore +1 -0
- config.json +53 -0
- preprocessor_config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Aug22_22-00-54_a3756a03161f/events.out.tfevents.1692741674.a3756a03161f.3911.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "dc65c96302ed7907298bad1aa0facb845b10cf2f",
|
3 |
+
"_name_or_path": "microsoft/conditional-detr-resnet-50",
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"ConditionalDetrForObjectDetection"
|
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": 2,
|
16 |
+
"cls_loss_coefficient": 2,
|
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 |
+
"focal_alpha": 0.25,
|
30 |
+
"giou_cost": 2,
|
31 |
+
"giou_loss_coefficient": 2,
|
32 |
+
"id2label": {
|
33 |
+
"0": "crack"
|
34 |
+
},
|
35 |
+
"init_std": 0.02,
|
36 |
+
"init_xavier_std": 1.0,
|
37 |
+
"is_encoder_decoder": true,
|
38 |
+
"label2id": {
|
39 |
+
"crack": 0
|
40 |
+
},
|
41 |
+
"mask_loss_coefficient": 1,
|
42 |
+
"max_position_embeddings": 1024,
|
43 |
+
"model_type": "conditional_detr",
|
44 |
+
"num_channels": 3,
|
45 |
+
"num_hidden_layers": 6,
|
46 |
+
"num_queries": 300,
|
47 |
+
"position_embedding_type": "sine",
|
48 |
+
"scale_embedding": false,
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.22.0.dev0",
|
51 |
+
"use_pretrained_backbone": true,
|
52 |
+
"use_timm_backbone": true
|
53 |
+
}
|
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:36c093a95a8008475b64afdb8a3dd8976048ef3ac8011ea10e001baae4066078
|
3 |
+
size 174210061
|
runs/Aug22_22-00-54_a3756a03161f/events.out.tfevents.1692741674.a3756a03161f.3911.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:859a50b334daa8ddd393979a50e664eef29c16780eae8be2c98e96f3f144c460
|
3 |
+
size 5044
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11dbceb2f12c22893c90195d628d9edb06cd386680fe18d0e86ee45b582ddfd2
|
3 |
+
size 3963
|