주요 콘텐츠

Calibration

R2026b

Workflow

Collect the dynamic ranges of the weights and biases in the convolution and fully connected layers of the quantized network and the dynamic ranges of the activations in all layers.

The calibrate method uses the collected dynamic ranges to generate an exponents file. The dlhdl.Workflow class compile method uses the exponents file to generate a configuration file that contains the weights and biases of the quantized network.

This workflow is the workflow to calibrate your quantized series deep learning network.

Calibration workflow: load pretrained network, import image data set, create dlquantizer object with ExecutionEnvironment set to FPGA, and retrieve calibration data

See Also

| | |

Topics