updated to transformers version of resnet50
Browse files- model.onnx +2 -2
- preprocessor_config.json +1 -12
model.onnx
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:4f0558b775c85b568012f7174cadda33fb4b4e5a253ce17e5d839f123e0bc7e6
|
3 |
+
size 93961728
|
preprocessor_config.json
CHANGED
@@ -1,12 +1 @@
|
|
1 |
-
{
|
2 |
-
"PIL_to_ndarray": true,
|
3 |
-
"do_resize": true,
|
4 |
-
"do_center_crop": true,
|
5 |
-
"size": {
|
6 |
-
"shortest_edge": 224
|
7 |
-
},
|
8 |
-
"crop_size": {
|
9 |
-
"height": 224,
|
10 |
-
"width": 224
|
11 |
-
}
|
12 |
-
}
|
|
|
1 |
+
{"_processor_class": null, "do_resize": true, "size": {"shortest_edge": 224}, "crop_pct": 0.875, "resample": 3, "do_rescale": true, "rescale_factor": 0.00392156862745098, "do_normalize": true, "image_mean": [0.485, 0.456, 0.406], "image_std": [0.229, 0.224, 0.225], "_valid_processor_keys": ["images", "do_resize", "size", "crop_pct", "resample", "do_rescale", "rescale_factor", "do_normalize", "image_mean", "image_std", "return_tensors", "data_format", "input_data_format"], "image_processor_type": "ConvNextFeatureExtractor"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|