Model Check Tool

The tools/model_checker.py tool provided by the algorithm package checks the compatibility of the model. Its core function is to verify whether the model can be quantized and compiled on the Horizon edge computing platform, ensuring that the model meets the hardware deployment requirements.

Usage

Run tools/model_checker.py, and you only need to specify the corresponding config file of the model to complete the entire process of the check.

Parameters Introduction

ParameterDescription
--config, -cPath to the config file.

Usgae Example

Verify the compilation compatibility of the resnet50_imagenet model.

python3 tools/model_checker.py --config configs/classification/resnet50_imagenet.py

For a detailed introduction to the configuration file, please refer to the [Configuration] section [config configuration] (../config/keywords).