Calibration result file path (CMSIS-NN)
Location of calibration MAT file
Since R2022a
Description
App Configuration Pane: Deep Learning
Configuration Objects: coder.CMSISNNConfig
Location of the MAT file containing the calibration data.
When performing quantization, the calibrate
(Deep Learning Toolbox)
function exercises the network and collects the dynamic ranges of the weights and biases
in the convolution and fully connected layers of the network and the dynamic ranges of
the activations in all layers of the network. To generate code for the optimized
network, save the results from the calibrate
function to a MAT file
and specify the location of this MAT file to the code generator using this
property.
Dependencies
To enable this parameter, you must set Deep learning
library to CMSIS-NN
.
Settings
- character vector, string scalar
Path to the folder that contains the calibration data.
Programmatic Use
Property:
CalibrationResultFile |
Values: '' | character
vector | string scalar |
Default: '' |
Version History
Introduced in R2022a
See Also
calibrate
(Deep Learning Toolbox) | coder.CMSISNNConfig