Training in progress, epoch 1
Browse files- config.json +7 -7
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- training_args.bin +1 -1
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": {
|
|
@@ -50,10 +50,10 @@
|
|
| 50 |
},
|
| 51 |
"mask_loss_coefficient": 1,
|
| 52 |
"max_position_embeddings": 1024,
|
| 53 |
-
"model_type": "
|
| 54 |
"num_channels": 3,
|
| 55 |
"num_hidden_layers": 6,
|
| 56 |
-
"num_queries":
|
| 57 |
"position_embedding_type": "sine",
|
| 58 |
"scale_embedding": false,
|
| 59 |
"torch_dtype": "float32",
|
|
|
|
| 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,
|
|
|
|
| 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,
|
|
|
|
| 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": {
|
|
|
|
| 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",
|
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:f23147b760a58a75055bb9bcc5c97ad63f0d7baf50171800a6fa83517a983bd7
|
| 3 |
+
size 174076712
|
preprocessor_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
0.456,
|
| 11 |
0.406
|
| 12 |
],
|
| 13 |
-
"image_processor_type": "
|
| 14 |
"image_std": [
|
| 15 |
0.229,
|
| 16 |
0.224,
|
|
|
|
| 10 |
0.456,
|
| 11 |
0.406
|
| 12 |
],
|
| 13 |
+
"image_processor_type": "ConditionalDetrImageProcessor",
|
| 14 |
"image_std": [
|
| 15 |
0.229,
|
| 16 |
0.224,
|
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:c675ecbf859926ce2167a3dff047e2f2d4a3e1306306fba129b07dec7b511764
|
| 3 |
size 5112
|