Training in progress, step 40
Browse files
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"DetrForObjectDetection"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"auxiliary_loss": false,
|
9 |
+
"backbone": "resnet50",
|
10 |
+
"backbone_config": null,
|
11 |
+
"backbone_kwargs": {
|
12 |
+
"in_chans": 3,
|
13 |
+
"out_indices": [
|
14 |
+
1,
|
15 |
+
2,
|
16 |
+
3,
|
17 |
+
4
|
18 |
+
]
|
19 |
+
},
|
20 |
+
"bbox_cost": 5,
|
21 |
+
"bbox_loss_coefficient": 5,
|
22 |
+
"class_cost": 1,
|
23 |
+
"classifier_dropout": 0.0,
|
24 |
+
"d_model": 256,
|
25 |
+
"decoder_attention_heads": 8,
|
26 |
+
"decoder_ffn_dim": 2048,
|
27 |
+
"decoder_layerdrop": 0.0,
|
28 |
+
"decoder_layers": 6,
|
29 |
+
"dice_loss_coefficient": 1,
|
30 |
+
"dilation": false,
|
31 |
+
"dropout": 0.1,
|
32 |
+
"encoder_attention_heads": 8,
|
33 |
+
"encoder_ffn_dim": 2048,
|
34 |
+
"encoder_layerdrop": 0.0,
|
35 |
+
"encoder_layers": 6,
|
36 |
+
"eos_coefficient": 0.1,
|
37 |
+
"giou_cost": 2,
|
38 |
+
"giou_loss_coefficient": 2,
|
39 |
+
"id2label": {
|
40 |
+
"0": "Civilian_ship",
|
41 |
+
"1": "Buoy",
|
42 |
+
"2": "Warship",
|
43 |
+
"3": "Coast_guard"
|
44 |
+
},
|
45 |
+
"image_size": [
|
46 |
+
800,
|
47 |
+
800
|
48 |
+
],
|
49 |
+
"init_std": 0.02,
|
50 |
+
"init_xavier_std": 1.0,
|
51 |
+
"is_encoder_decoder": true,
|
52 |
+
"label2id": {
|
53 |
+
"Buoy": 1,
|
54 |
+
"Civilian_ship": 0,
|
55 |
+
"Coast_guard": 3,
|
56 |
+
"Warship": 2
|
57 |
+
},
|
58 |
+
"mask_loss_coefficient": 1,
|
59 |
+
"max_position_embeddings": 1024,
|
60 |
+
"model_type": "detr",
|
61 |
+
"num_channels": 3,
|
62 |
+
"num_hidden_layers": 6,
|
63 |
+
"num_queries": 100,
|
64 |
+
"position_embedding_type": "sine",
|
65 |
+
"scale_embedding": false,
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.52.4",
|
68 |
+
"use_pretrained_backbone": true,
|
69 |
+
"use_timm_backbone": true
|
70 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1e0bc69687438aa122ef9ed111a93267cd2d35aec8a197f95b38053e7215483
|
3 |
+
size 166497908
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "DetrImageProcessor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"pad_size": null,
|
20 |
+
"resample": 2,
|
21 |
+
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": {
|
23 |
+
"height": 800,
|
24 |
+
"width": 800
|
25 |
+
}
|
26 |
+
}
|
runs/Jul24_01-17-39_d02a31204b35/events.out.tfevents.1753319860.d02a31204b35.1.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f10e24a5e70795024d992ce3167b43c6639d99bd4c4607475cec5d3037fc131
|
3 |
+
size 6007
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e9408648b417308357b39c6929eabd00614d2b5799549a02dd844b8c932201b
|
3 |
+
size 5905
|