Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +2 -10
- preprocessor_config.json +0 -2
- pytorch_model.bin +3 -0
- training_args.bin +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "facebook/detr-resnet-50",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
@@ -9,15 +10,6 @@
|
|
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,
|
@@ -63,7 +55,7 @@
|
|
63 |
"position_embedding_type": "sine",
|
64 |
"scale_embedding": false,
|
65 |
"torch_dtype": "float32",
|
66 |
-
"transformers_version": "4.
|
67 |
"use_pretrained_backbone": true,
|
68 |
"use_timm_backbone": true
|
69 |
}
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "1d5f47bd3bdd2c4bbfa585418ffe6da5028b4c0b",
|
3 |
"_name_or_path": "facebook/detr-resnet-50",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
|
|
10 |
"auxiliary_loss": false,
|
11 |
"backbone": "resnet50",
|
12 |
"backbone_config": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"bbox_cost": 5,
|
14 |
"bbox_loss_coefficient": 5,
|
15 |
"class_cost": 1,
|
|
|
55 |
"position_embedding_type": "sine",
|
56 |
"scale_embedding": false,
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.7.0.dev0",
|
59 |
"use_pretrained_backbone": true,
|
60 |
"use_timm_backbone": true
|
61 |
}
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"do_convert_annotations": true,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
5 |
"do_rescale": true,
|
@@ -16,7 +15,6 @@
|
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
-
"pad_size": null,
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_pad": true,
|
4 |
"do_rescale": true,
|
|
|
15 |
0.224,
|
16 |
0.225
|
17 |
],
|
|
|
18 |
"resample": 2,
|
19 |
"rescale_factor": 0.00392156862745098,
|
20 |
"size": {
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed7621315146feb202a55c0484b43b1be16605c0fa914d0143e9f12db319b81
|
3 |
+
size 166620642
|
training_args.bin
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:17297287e8b756e06f5cc7c045e6ec8e398c53b097a5e99cfbe75ddd48261152
|
3 |
+
size 4088
|