Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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,
|
10 |
-
"backbone": "
|
11 |
"backbone_config": null,
|
12 |
"backbone_kwargs": {
|
13 |
"in_chans": 3,
|
@@ -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": "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,
|
10 |
+
"backbone": "resnet50",
|
11 |
"backbone_config": null,
|
12 |
"backbone_kwargs": {
|
13 |
"in_chans": 3,
|
|
|
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": {
|
|
|
56 |
},
|
57 |
"mask_loss_coefficient": 1,
|
58 |
"max_position_embeddings": 1024,
|
59 |
+
"model_type": "conditional_detr",
|
60 |
"num_channels": 3,
|
61 |
"num_hidden_layers": 6,
|
62 |
+
"num_queries": 300,
|
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:1ebb04f40942aec3ba84aa2f6583761c3abfe9269edf2332bdd0f83b42991185
|
3 |
+
size 174079796
|
preprocessor_config.json
CHANGED
@@ -10,20 +10,20 @@
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
-
"image_processor_type": "
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
"pad_size": {
|
20 |
-
"height":
|
21 |
-
"width":
|
22 |
},
|
23 |
"resample": 2,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
-
"max_height":
|
27 |
-
"max_width":
|
28 |
}
|
29 |
}
|
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
+
"image_processor_type": "ConditionalDetrImageProcessor",
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
"pad_size": {
|
20 |
+
"height": 480,
|
21 |
+
"width": 480
|
22 |
},
|
23 |
"resample": 2,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
+
"max_height": 480,
|
27 |
+
"max_width": 480
|
28 |
}
|
29 |
}
|
runs/Mar11_15-00-13_04f6737b0145/events.out.tfevents.1741705220.04f6737b0145.2207.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6645f8c1babaa8d4ae33c1931d1f1efaf05df96e6b0f73ba8c15141ebac07dc6
|
3 |
+
size 5980
|
runs/Mar11_15-06-54_04f6737b0145/events.out.tfevents.1741705617.04f6737b0145.2207.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b8fe7b8f15fb7a3bacbeeff7174119f4df970c37f14d01eba67fab8e181612
|
3 |
+
size 7413
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1a3182599723b1c7621caf081601e8b1779b2aedc2b9eaae3933350762b479a
|
3 |
size 5368
|