-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (51 loc) · 1.37 KB
/
Copy pathconfig.json
File metadata and controls
52 lines (51 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"run_type": "onnx",
"onnx_hub": {
"activate": true,
"start": 0,
"end": 200,
"filter": {
"enabled": true,
"name": "MobileNet v2-1.0",
"opset": 10
}
},
"tvm": {
"devices": {
"id": 0,
"selected": "default",
"default": {
"key": "android",
"host_type": "default",
"target": "opencl",
"target_framework": "opencl",
"host": "llvm -mtriple=arm64-linux-android",
"address": "0.0.0.0",
"port": 9092
}
}
},
"onnx": {
"threshold": 0,
"preprocess_model": false,
"quantize_static": true
},
"options": {
"preprocessing_setting": "imagenet",
"nodes_to_exclude": [],
"skipped_nodes": []
},
"images": {
"note": "Download your own datasets and create your own images folders.",
"images_folder_rel_path": "/images/dataset/",
"calibration_images_rel_path": "/images/fifty/",
"small_calibr_images_folder_rel_path": "/images/thirty/",
"random_enabled": true,
"random_k": 300,
"chunk": 300
},
"visualizer": {
"labels": ["Dissimilarity", "Size", "Execution Time"],
"active_labels":[true, true, false]
}
}