-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.mtbml
54 lines (54 loc) · 1.44 KB
/
design.mtbml
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
53
54
{
"app": "ML",
"calibration_data": {
"active_state": false,
"feat_col_count": 1,
"feat_col_first": 0,
"input_calibration_type": "NPZ",
"input_format": "JPEG",
"path": "",
"target_col_count": 1,
"target_col_first": 0
},
"filetype": "modustoolbox-ml-configurator",
"formatVersion": "3",
"lastSavedWith": "ML Configurator",
"lastSavedWithVersion": "2.0.0",
"model": {
"framework": "TFLITE",
"optimization_ifx": "SIZE",
"optimization_tflm": false,
"path": "Edge/PDM/baby_cry.h5",
"quantization": {
"float32": true,
"int16x16": false,
"int16x8": false,
"int8x8": false
},
"sparsity_tflm": false,
"tflm_model_quantization": "FLOAT"
},
"name": "IMAGIMOB_MODEL",
"output_dir": "mtb_ml_gen",
"target": "PSoC6",
"toolsPackage": "ModusToolbox Machine Learning Pack 2.0.0",
"validation": {
"feat_col_count": 1,
"feat_col_first": 0,
"input_format": "JPEG",
"input_type": "PRNG",
"max_samples": 100,
"path": "",
"quantization": {
"float32": true,
"int16x16": true,
"int16x8": true,
"int8x8": true
},
"target": {
"target_quantization": "float"
},
"target_col_count": 1,
"target_col_first": 0
}
}