Training in progress, epoch 1
Browse files- config.json +65 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Oct24_05-08-20_c1b0f1f6292a/events.out.tfevents.1729746502.c1b0f1f6292a.1175.0 +3 -0
- runs/Oct24_05-09-24_c1b0f1f6292a/events.out.tfevents.1729746566.c1b0f1f6292a.1175.1 +3 -0
- runs/Oct24_05-14-03_c1b0f1f6292a/events.out.tfevents.1729746844.c1b0f1f6292a.1175.2 +3 -0
- runs/Oct24_05-15-22_c1b0f1f6292a/events.out.tfevents.1729746933.c1b0f1f6292a.1175.3 +3 -0
- runs/Oct24_05-18-20_c1b0f1f6292a/events.out.tfevents.1729747111.c1b0f1f6292a.1175.4 +3 -0
- runs/Oct24_05-28-12_c1b0f1f6292a/events.out.tfevents.1729747703.c1b0f1f6292a.1175.5 +3 -0
- runs/Oct24_05-29-52_c1b0f1f6292a/events.out.tfevents.1729747804.c1b0f1f6292a.1175.6 +3 -0
- runs/Oct24_05-32-52_c1b0f1f6292a/events.out.tfevents.1729747983.c1b0f1f6292a.1175.7 +3 -0
- runs/Oct24_05-34-47_c1b0f1f6292a/events.out.tfevents.1729748098.c1b0f1f6292a.1175.8 +3 -0
- runs/Oct24_05-37-19_c1b0f1f6292a/events.out.tfevents.1729748240.c1b0f1f6292a.1175.9 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
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 |
+
},
|
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,
|
28 |
+
"decoder_layerdrop": 0.0,
|
29 |
+
"decoder_layers": 6,
|
30 |
+
"dice_loss_coefficient": 1,
|
31 |
+
"dilation": false,
|
32 |
+
"dropout": 0.1,
|
33 |
+
"encoder_attention_heads": 8,
|
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": {
|
41 |
+
"0": "chicken",
|
42 |
+
"1": "duck",
|
43 |
+
"2": "plant"
|
44 |
+
},
|
45 |
+
"init_std": 0.02,
|
46 |
+
"init_xavier_std": 1.0,
|
47 |
+
"is_encoder_decoder": true,
|
48 |
+
"label2id": {
|
49 |
+
"chicken": 0,
|
50 |
+
"duck": 1,
|
51 |
+
"plant": 2
|
52 |
+
},
|
53 |
+
"mask_loss_coefficient": 1,
|
54 |
+
"max_position_embeddings": 1024,
|
55 |
+
"model_type": "detr",
|
56 |
+
"num_channels": 3,
|
57 |
+
"num_hidden_layers": 6,
|
58 |
+
"num_queries": 100,
|
59 |
+
"position_embedding_type": "sine",
|
60 |
+
"scale_embedding": false,
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.45.2",
|
63 |
+
"use_pretrained_backbone": true,
|
64 |
+
"use_timm_backbone": true
|
65 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:792ae5c3abe42d9238e2b3d4f03eb700ddb40b0e6ec7384feae8f31dbbd8a7ca
|
3 |
+
size 166496880
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": {
|
20 |
+
"height": 480,
|
21 |
+
"width": 480
|
22 |
+
},
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"height": 480,
|
27 |
+
"width": 480
|
28 |
+
}
|
29 |
+
}
|
runs/Oct24_05-08-20_c1b0f1f6292a/events.out.tfevents.1729746502.c1b0f1f6292a.1175.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be01f870729eb38d8d048e2afe7f7370dde9373e15c6492218be95f63df884f9
|
3 |
+
size 6029
|
runs/Oct24_05-09-24_c1b0f1f6292a/events.out.tfevents.1729746566.c1b0f1f6292a.1175.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c08cc601b0d51a6968c7d13d6d39f6830eba81e00ffb6eb49057767e34da4f
|
3 |
+
size 6029
|
runs/Oct24_05-14-03_c1b0f1f6292a/events.out.tfevents.1729746844.c1b0f1f6292a.1175.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b20c6e463aee612a299fce3c5238db641ab3c44d4b7f0c3000bf7d4391687f7
|
3 |
+
size 6029
|
runs/Oct24_05-15-22_c1b0f1f6292a/events.out.tfevents.1729746933.c1b0f1f6292a.1175.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d5444ed0a11e95d929d6265ee9577c58c4b34440e32173f03dc7218b44c352
|
3 |
+
size 6029
|
runs/Oct24_05-18-20_c1b0f1f6292a/events.out.tfevents.1729747111.c1b0f1f6292a.1175.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1c7899db7f4dea7dd50b5882800662c4206fde160651059e47ad7d37c4f045d
|
3 |
+
size 6029
|
runs/Oct24_05-28-12_c1b0f1f6292a/events.out.tfevents.1729747703.c1b0f1f6292a.1175.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:054d8519afc0d9190b2daa723ffcdeed387eb2cf4b267cf3e9632259ce0be58d
|
3 |
+
size 6236
|
runs/Oct24_05-29-52_c1b0f1f6292a/events.out.tfevents.1729747804.c1b0f1f6292a.1175.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee66fb0af387a85c27207588d3028cd9ef56207712a3f06f9dd8109a238b5bcc
|
3 |
+
size 6236
|
runs/Oct24_05-32-52_c1b0f1f6292a/events.out.tfevents.1729747983.c1b0f1f6292a.1175.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66d309074d5865f5007c5ab389af57be0d214885a0f15be1ceda298cc156f70d
|
3 |
+
size 6029
|
runs/Oct24_05-34-47_c1b0f1f6292a/events.out.tfevents.1729748098.c1b0f1f6292a.1175.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb1d55ab5e53650a567564dbcd7a899d6e22614c20c25de4114a8f57298ed585
|
3 |
+
size 9980
|
runs/Oct24_05-37-19_c1b0f1f6292a/events.out.tfevents.1729748240.c1b0f1f6292a.1175.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:338e26539cec36d3d126ce4475857c69a45d60266bc57644165706b93405c05f
|
3 |
+
size 9347
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:412fa1b87e90050f014fd30896773f026d48d5423b076d24d12c4db30a578430
|
3 |
+
size 5304
|