Training in progress, step 50
Browse files- config.json +62 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Sep02_09-47-37_d68351b9a73b/events.out.tfevents.1725270505.d68351b9a73b.3118.0 +3 -0
- runs/Sep02_09-47-37_d68351b9a73b/events.out.tfevents.1725270690.d68351b9a73b.3118.1 +3 -0
- runs/Sep02_09-53-55_d68351b9a73b/events.out.tfevents.1725270838.d68351b9a73b.8641.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/detr-resnet-50-dc5",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "relu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"DetrForObjectDetection"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auxiliary_loss": false,
|
| 10 |
+
"backbone": "resnet50",
|
| 11 |
+
"backbone_config": null,
|
| 12 |
+
"backbone_kwargs": {
|
| 13 |
+
"in_chans": 3,
|
| 14 |
+
"out_indices": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
],
|
| 20 |
+
"output_stride": 16
|
| 21 |
+
},
|
| 22 |
+
"bbox_cost": 5,
|
| 23 |
+
"bbox_loss_coefficient": 5,
|
| 24 |
+
"class_cost": 1,
|
| 25 |
+
"classifier_dropout": 0.0,
|
| 26 |
+
"d_model": 256,
|
| 27 |
+
"decoder_attention_heads": 8,
|
| 28 |
+
"decoder_ffn_dim": 2048,
|
| 29 |
+
"decoder_layerdrop": 0.0,
|
| 30 |
+
"decoder_layers": 6,
|
| 31 |
+
"dice_loss_coefficient": 1,
|
| 32 |
+
"dilation": true,
|
| 33 |
+
"dropout": 0.1,
|
| 34 |
+
"encoder_attention_heads": 8,
|
| 35 |
+
"encoder_ffn_dim": 2048,
|
| 36 |
+
"encoder_layerdrop": 0.0,
|
| 37 |
+
"encoder_layers": 6,
|
| 38 |
+
"eos_coefficient": 0.1,
|
| 39 |
+
"giou_cost": 2,
|
| 40 |
+
"giou_loss_coefficient": 2,
|
| 41 |
+
"id2label": {
|
| 42 |
+
"0": "segment"
|
| 43 |
+
},
|
| 44 |
+
"init_std": 0.02,
|
| 45 |
+
"init_xavier_std": 1.0,
|
| 46 |
+
"is_encoder_decoder": true,
|
| 47 |
+
"label2id": {
|
| 48 |
+
"segment": 0
|
| 49 |
+
},
|
| 50 |
+
"mask_loss_coefficient": 1,
|
| 51 |
+
"max_position_embeddings": 1024,
|
| 52 |
+
"model_type": "detr",
|
| 53 |
+
"num_channels": 3,
|
| 54 |
+
"num_hidden_layers": 6,
|
| 55 |
+
"num_queries": 500,
|
| 56 |
+
"position_embedding_type": "sine",
|
| 57 |
+
"scale_embedding": false,
|
| 58 |
+
"torch_dtype": "float32",
|
| 59 |
+
"transformers_version": "4.44.2",
|
| 60 |
+
"use_pretrained_backbone": true,
|
| 61 |
+
"use_timm_backbone": true
|
| 62 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf53c1fdb0affba6544e1611be09986a3f3d1c57ab11c2ae87ae5cf7e20e8644
|
| 3 |
+
size 166904424
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_annotations": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pad": true,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"format": "coco_detection",
|
| 8 |
+
"image_mean": [
|
| 9 |
+
0.485,
|
| 10 |
+
0.456,
|
| 11 |
+
0.406
|
| 12 |
+
],
|
| 13 |
+
"image_processor_type": "DetrImageProcessor",
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.229,
|
| 16 |
+
0.224,
|
| 17 |
+
0.225
|
| 18 |
+
],
|
| 19 |
+
"pad_size": null,
|
| 20 |
+
"resample": 2,
|
| 21 |
+
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": {
|
| 23 |
+
"longest_edge": 1333,
|
| 24 |
+
"shortest_edge": 800
|
| 25 |
+
}
|
| 26 |
+
}
|
runs/Sep02_09-47-37_d68351b9a73b/events.out.tfevents.1725270505.d68351b9a73b.3118.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11d34358224bf87600a8371fb1f2b8d677b87917d8f03ef8763ec3ea6c988e2e
|
| 3 |
+
size 5710
|
runs/Sep02_09-47-37_d68351b9a73b/events.out.tfevents.1725270690.d68351b9a73b.3118.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04638e298f64e9e7c410c59a0e1eb079c2bd81ae8023703bda4fb22de08cd41f
|
| 3 |
+
size 4184
|
runs/Sep02_09-53-55_d68351b9a73b/events.out.tfevents.1725270838.d68351b9a73b.8641.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7616bcc1c70c2576051c40be2ed00c9aa1bb677d4427a64ad5ee9e0ee700302
|
| 3 |
+
size 6181
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f303e3ee81f8b8015f27409a0898409742db082edc3d8148768e6ede7d4c3429
|
| 3 |
+
size 5240
|