Training in progress, step 500
Browse files- config.json +6 -12
- model.safetensors +2 -2
- runs/events.out.tfevents.1730700392.nitro.444.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "silu",
|
| 5 |
"anchor_image_size": null,
|
|
@@ -10,12 +10,6 @@
|
|
| 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,9 +30,9 @@
|
|
| 36 |
"decoder_attention_heads": 8,
|
| 37 |
"decoder_ffn_dim": 1024,
|
| 38 |
"decoder_in_channels": [
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
],
|
| 43 |
"decoder_layers": 6,
|
| 44 |
"decoder_n_points": 4,
|
|
@@ -49,8 +43,8 @@
|
|
| 49 |
],
|
| 50 |
"encoder_activation_function": "gelu",
|
| 51 |
"encoder_attention_heads": 8,
|
| 52 |
-
"encoder_ffn_dim":
|
| 53 |
-
"encoder_hidden_dim":
|
| 54 |
"encoder_in_channels": [
|
| 55 |
512,
|
| 56 |
1024,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "PekingU/rtdetr_r50vd_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 |
"model_type": "rt_detr_resnet",
|
| 14 |
"out_features": [
|
| 15 |
"stage2",
|
|
|
|
| 30 |
"decoder_attention_heads": 8,
|
| 31 |
"decoder_ffn_dim": 1024,
|
| 32 |
"decoder_in_channels": [
|
| 33 |
+
256,
|
| 34 |
+
256,
|
| 35 |
+
256
|
| 36 |
],
|
| 37 |
"decoder_layers": 6,
|
| 38 |
"decoder_n_points": 4,
|
|
|
|
| 43 |
],
|
| 44 |
"encoder_activation_function": "gelu",
|
| 45 |
"encoder_attention_heads": 8,
|
| 46 |
+
"encoder_ffn_dim": 1024,
|
| 47 |
+
"encoder_hidden_dim": 256,
|
| 48 |
"encoder_in_channels": [
|
| 49 |
512,
|
| 50 |
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:52d4f10e8a4b321c2a4863bd79ef8a2035d884544080fe55dabec798871472f7
|
| 3 |
+
size 171781296
|
runs/events.out.tfevents.1730700392.nitro.444.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a19642ced614683659ebea8ea07533dd62c48266a09f5dd96705fc1b5ae0467e
|
| 3 |
+
size 12678
|
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:9c80f18478878f8f8ae04fe2f31f06e02f3f2944a88b38c64736bfe0bbcf9eff
|
| 3 |
size 5240
|