ro981009 commited on
Commit
cfda7f8
·
verified ·
1 Parent(s): db42a81

Upload api-inference-config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. api-inference-config.json +21 -0
api-inference-config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "image-classification",
3
+ "preprocessing": {
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "size": {
17
+ "height": 224,
18
+ "width": 224
19
+ }
20
+ }
21
+ }