captainspock commited on
Commit
8091b07
·
verified ·
1 Parent(s): 13ad303

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -1,4 +1,13 @@
1
  {
 
 
 
 
 
 
 
 
 
2
  "id2label": {
3
  "0": "person",
4
  "1": "bicycle",
 
1
  {
2
+ "transformers.js_config": {
3
+ "device": "webnn-gpu",
4
+ "dtype": "fp16",
5
+ "free_dimension_overrides": {
6
+ "batch_size": 1,
7
+ "height": 224,
8
+ "width": 224
9
+ }
10
+ },
11
  "id2label": {
12
  "0": "person",
13
  "1": "bicycle",