-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (28 loc) · 824 Bytes
/
Copy pathconfig.json
File metadata and controls
29 lines (28 loc) · 824 Bytes
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
{
"images": {
"images_folder_rel_path": "/images/ten",
"images_chunk": 10,
"starts_from": 0,
"limit": 10
},
"general": {
"check_reports_for_problematic_models": false,
"run_individual_passes": true,
"report_file_base_rel_path": "results/report_each_chunk_0_10.json",
"skip_until_model_id": 0,
"run_up_to_model_id": 200,
"name_filters": ["MobileNet v2-7-7"],
"match_filter_exact": true,
"include_certainties": false,
"enable_kt_on_one_dim_tensor": false
},
"hub": {
"tags": ["vision", "text"],
"tags_of_models_to_consider": ["classification"],
"opset_bottom_threshold": 7,
"cache_folder_rel_path": "models_cache"
},
"optimizer": {
"passes": []
}
}