mmenendezg
commited on
Commit
•
65f57d9
1
Parent(s):
d475eba
DeTR successfully trained!
Browse files- preprocessor_config.json +1 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
preprocessor_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"do_pad": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
|
|
6 |
"format": "coco_detection",
|
7 |
"image_mean": [
|
8 |
0.485,
|
|
|
3 |
"do_pad": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
+
"feature_extractor_type": "DetrFeatureExtractor",
|
7 |
"format": "coco_detection",
|
8 |
"image_mean": [
|
9 |
0.485,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166608277
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:090296487b79d9d3e20324be51a57ee0e16c161b5f3f63551f22013b73227045
|
3 |
size 166608277
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e52aa569f56403b01c2d0a0e9a314a20d9b0726f1da19b89649b9e9173073cc7
|
3 |
size 4027
|