Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"auxiliary_loss": false,
|
|
@@ -20,8 +20,8 @@
|
|
| 20 |
},
|
| 21 |
"bbox_cost": 5,
|
| 22 |
"bbox_loss_coefficient": 5,
|
| 23 |
-
"class_cost":
|
| 24 |
-
"
|
| 25 |
"d_model": 256,
|
| 26 |
"decoder_attention_heads": 8,
|
| 27 |
"decoder_ffn_dim": 2048,
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"encoder_ffn_dim": 2048,
|
| 35 |
"encoder_layerdrop": 0.0,
|
| 36 |
"encoder_layers": 6,
|
| 37 |
-
"
|
| 38 |
"giou_cost": 2,
|
| 39 |
"giou_loss_coefficient": 2,
|
| 40 |
"id2label": {
|
|
@@ -56,10 +56,10 @@
|
|
| 56 |
},
|
| 57 |
"mask_loss_coefficient": 1,
|
| 58 |
"max_position_embeddings": 1024,
|
| 59 |
-
"model_type": "
|
| 60 |
"num_channels": 3,
|
| 61 |
"num_hidden_layers": 6,
|
| 62 |
-
"num_queries":
|
| 63 |
"position_embedding_type": "sine",
|
| 64 |
"scale_embedding": false,
|
| 65 |
"torch_dtype": "float32",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/detr-resnet-50",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
+
"DetrForObjectDetection"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
"auxiliary_loss": false,
|
|
|
|
| 20 |
},
|
| 21 |
"bbox_cost": 5,
|
| 22 |
"bbox_loss_coefficient": 5,
|
| 23 |
+
"class_cost": 1,
|
| 24 |
+
"classifier_dropout": 0.0,
|
| 25 |
"d_model": 256,
|
| 26 |
"decoder_attention_heads": 8,
|
| 27 |
"decoder_ffn_dim": 2048,
|
|
|
|
| 34 |
"encoder_ffn_dim": 2048,
|
| 35 |
"encoder_layerdrop": 0.0,
|
| 36 |
"encoder_layers": 6,
|
| 37 |
+
"eos_coefficient": 0.1,
|
| 38 |
"giou_cost": 2,
|
| 39 |
"giou_loss_coefficient": 2,
|
| 40 |
"id2label": {
|
|
|
|
| 56 |
},
|
| 57 |
"mask_loss_coefficient": 1,
|
| 58 |
"max_position_embeddings": 1024,
|
| 59 |
+
"model_type": "detr",
|
| 60 |
"num_channels": 3,
|
| 61 |
"num_hidden_layers": 6,
|
| 62 |
+
"num_queries": 100,
|
| 63 |
"position_embedding_type": "sine",
|
| 64 |
"scale_embedding": false,
|
| 65 |
"torch_dtype": "float32",
|
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:fa91ab4ca3aa389adc3e94a515dd2c64f89fe1046b527cbf42b004744f26b539
|
| 3 |
+
size 166498936
|
preprocessor_config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
0.456,
|
| 31 |
0.406
|
| 32 |
],
|
| 33 |
-
"image_processor_type": "
|
| 34 |
"image_std": [
|
| 35 |
0.229,
|
| 36 |
0.224,
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"resample": 2,
|
| 40 |
"rescale_factor": 0.00392156862745098,
|
| 41 |
"size": {
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
}
|
| 45 |
}
|
|
|
|
| 30 |
0.456,
|
| 31 |
0.406
|
| 32 |
],
|
| 33 |
+
"image_processor_type": "DetrImageProcessor",
|
| 34 |
"image_std": [
|
| 35 |
0.229,
|
| 36 |
0.224,
|
|
|
|
| 39 |
"resample": 2,
|
| 40 |
"rescale_factor": 0.00392156862745098,
|
| 41 |
"size": {
|
| 42 |
+
"height": 480,
|
| 43 |
+
"width": 480
|
| 44 |
}
|
| 45 |
}
|
runs/Jul08_14-08-52_93483a31fadd/events.out.tfevents.1720447735.93483a31fadd.3672.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:887275b992b69f2924cdf081a266f8ad988a2f2da68e3ff482e699d218c0a3ee
|
| 3 |
+
size 7104
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:453d2955ee53d5893940dcd962c31c1bcbec2d0b4e3a72ed01d8cf7285a40dbb
|
| 3 |
size 5112
|