STM32N6 NPU Deployment — Politecnico di Milano  1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
models_mgt.py File Reference

Model management utilities. More...

Go to the source code of this file.

Namespaces

 models_mgt
 

Functions

def models_mgt.ai_runner_invoke (image_processed, ai_runner_interpreter)
 
def models_mgt._get_zoo_model (DictConfig cfg)
 
tuple models_mgt.load_model_for_training (DictConfig cfg)
 

Detailed Description

Model management utilities.

Handles loading of TFLite, H5, and ONNX model files, input shape extraction, and model format detection.

Note
Politecnico di Milano, A.Y. 2024-2025. Multidisciplinary Project — Neural Network Deployment on STM32N6 NPU.

Definition in file models_mgt.py.