Training in progress, step 400
Browse files- config.json +12 -6
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- runs/events.out.tfevents.1730662847.nitro.5992.0 +3 -0
- runs/events.out.tfevents.1730662908.nitro.2708.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "PekingU/
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "silu",
|
5 |
"anchor_image_size": null,
|
@@ -10,6 +10,12 @@
|
|
10 |
"auxiliary_loss": true,
|
11 |
"backbone": null,
|
12 |
"backbone_config": {
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"model_type": "rt_detr_resnet",
|
14 |
"out_features": [
|
15 |
"stage2",
|
@@ -30,9 +36,9 @@
|
|
30 |
"decoder_attention_heads": 8,
|
31 |
"decoder_ffn_dim": 1024,
|
32 |
"decoder_in_channels": [
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
],
|
37 |
"decoder_layers": 6,
|
38 |
"decoder_n_points": 4,
|
@@ -43,8 +49,8 @@
|
|
43 |
],
|
44 |
"encoder_activation_function": "gelu",
|
45 |
"encoder_attention_heads": 8,
|
46 |
-
"encoder_ffn_dim":
|
47 |
-
"encoder_hidden_dim":
|
48 |
"encoder_in_channels": [
|
49 |
512,
|
50 |
1024,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "PekingU/rtdetr_r101vd_coco_o365",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "silu",
|
5 |
"anchor_image_size": null,
|
|
|
10 |
"auxiliary_loss": true,
|
11 |
"backbone": null,
|
12 |
"backbone_config": {
|
13 |
+
"depths": [
|
14 |
+
3,
|
15 |
+
4,
|
16 |
+
23,
|
17 |
+
3
|
18 |
+
],
|
19 |
"model_type": "rt_detr_resnet",
|
20 |
"out_features": [
|
21 |
"stage2",
|
|
|
36 |
"decoder_attention_heads": 8,
|
37 |
"decoder_ffn_dim": 1024,
|
38 |
"decoder_in_channels": [
|
39 |
+
384,
|
40 |
+
384,
|
41 |
+
384
|
42 |
],
|
43 |
"decoder_layers": 6,
|
44 |
"decoder_n_points": 4,
|
|
|
49 |
],
|
50 |
"encoder_activation_function": "gelu",
|
51 |
"encoder_attention_heads": 8,
|
52 |
+
"encoder_ffn_dim": 2048,
|
53 |
+
"encoder_hidden_dim": 384,
|
54 |
"encoder_in_channels": [
|
55 |
512,
|
56 |
1024,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b449907d97a6d885fa46b118d6eb6c7492b684bc5b1b3b93fe804ea6207ecce
|
3 |
+
size 306936440
|
preprocessor_config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
23 |
-
"height":
|
24 |
-
"width":
|
25 |
}
|
26 |
}
|
|
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
23 |
+
"height": 640,
|
24 |
+
"width": 640
|
25 |
}
|
26 |
}
|
runs/events.out.tfevents.1730662847.nitro.5992.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b635e8994acd23c4660cdccaad116b1b98ab266102b4fa79faf88688754a970f
|
3 |
+
size 7867
|
runs/events.out.tfevents.1730662908.nitro.2708.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e54a3c19c846c3f5eb1ffa64ab4713df7ed2f3a9cac9c6e34bfa1d74e7322cb
|
3 |
+
size 12495
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a454535b847f7be23cc1b3479c399b01325fc7edeaa11ff9455765f3fe38b5f
|
3 |
size 5240
|