Training in progress, epoch 1
Browse files- config.json +63 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737616934.001cf9b38ce9.4547.0 +3 -0
- runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737617018.001cf9b38ce9.4547.1 +3 -0
- runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737617041.001cf9b38ce9.4547.2 +3 -0
- runs/Jan23_07-24-42_001cf9b38ce9/events.out.tfevents.1737617087.001cf9b38ce9.4547.3 +3 -0
- runs/Jan23_07-26-23_001cf9b38ce9/events.out.tfevents.1737617193.001cf9b38ce9.4547.4 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"backbone_kwargs": {
|
13 |
+
"in_chans": 3,
|
14 |
+
"out_indices": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
3,
|
18 |
+
4
|
19 |
+
]
|
20 |
+
},
|
21 |
+
"bbox_cost": 5,
|
22 |
+
"bbox_loss_coefficient": 5,
|
23 |
+
"class_cost": 2,
|
24 |
+
"cls_loss_coefficient": 2,
|
25 |
+
"d_model": 256,
|
26 |
+
"decoder_attention_heads": 8,
|
27 |
+
"decoder_ffn_dim": 2048,
|
28 |
+
"decoder_layerdrop": 0.0,
|
29 |
+
"decoder_layers": 6,
|
30 |
+
"dice_loss_coefficient": 1,
|
31 |
+
"dilation": false,
|
32 |
+
"dropout": 0.1,
|
33 |
+
"encoder_attention_heads": 8,
|
34 |
+
"encoder_ffn_dim": 2048,
|
35 |
+
"encoder_layerdrop": 0.0,
|
36 |
+
"encoder_layers": 6,
|
37 |
+
"focal_alpha": 0.25,
|
38 |
+
"giou_cost": 2,
|
39 |
+
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": "uLED",
|
42 |
+
"1": "trash"
|
43 |
+
},
|
44 |
+
"init_std": 0.02,
|
45 |
+
"init_xavier_std": 1.0,
|
46 |
+
"is_encoder_decoder": true,
|
47 |
+
"label2id": {
|
48 |
+
"trash": 1,
|
49 |
+
"uLED": 0
|
50 |
+
},
|
51 |
+
"mask_loss_coefficient": 1,
|
52 |
+
"max_position_embeddings": 1024,
|
53 |
+
"model_type": "conditional_detr",
|
54 |
+
"num_channels": 3,
|
55 |
+
"num_hidden_layers": 6,
|
56 |
+
"num_queries": 300,
|
57 |
+
"position_embedding_type": "sine",
|
58 |
+
"scale_embedding": false,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.47.1",
|
61 |
+
"use_pretrained_backbone": true,
|
62 |
+
"use_timm_backbone": true
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16a4c2a96cb722ac16eb270618db02aab4a2c122999fa759545ab326f76b9e79
|
3 |
+
size 174076712
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": true,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"format": "coco_detection",
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
10 |
+
0.456,
|
11 |
+
0.406
|
12 |
+
],
|
13 |
+
"image_processor_type": "ConditionalDetrImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"pad_size": {
|
20 |
+
"height": 480,
|
21 |
+
"width": 480
|
22 |
+
},
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"max_height": 480,
|
27 |
+
"max_width": 480
|
28 |
+
}
|
29 |
+
}
|
runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737616934.001cf9b38ce9.4547.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76501e6d5a27521cc333d13caf92a70445a7a0c04ed4458fc7684b005ba7c298
|
3 |
+
size 5937
|
runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737617018.001cf9b38ce9.4547.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eb2c4e84ab586dfd1fbb1a1109eb8730d833f0ec7d6237c99be75ecfd101d75
|
3 |
+
size 5937
|
runs/Jan23_07-22-11_001cf9b38ce9/events.out.tfevents.1737617041.001cf9b38ce9.4547.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:937498ca87004c103606d0aaa972f649ca735d5ca9b46749176f9db98332adeb
|
3 |
+
size 5937
|
runs/Jan23_07-24-42_001cf9b38ce9/events.out.tfevents.1737617087.001cf9b38ce9.4547.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0335b98a3f2445ddc7a03c338bcb586a0479e4c9b83a91620212cfca45b8ac36
|
3 |
+
size 5935
|
runs/Jan23_07-26-23_001cf9b38ce9/events.out.tfevents.1737617193.001cf9b38ce9.4547.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9ef75298be1212e1db2c4b2b6863e3fc8776f773a46be1cd5ffaade43cc7045
|
3 |
+
size 7021
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:004fca448e2671679e4446bc5bece541b91ecf1bcab10fff589f51728863daaf
|
3 |
+
size 5432
|