| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository provides a guide on how to compress neural network models to reduce their memory footprints and computational requirements, making deployment on STM32 targets easier. The particular compression method highlighted in this repository is structural pruning, achieved by using NetsPresso. Please browse the Docs for details about it
The tutorials are presented as Jupyter notebooks and config files, which will guide you through the process of training, pruning, fine-tuning, and quantizing a deep learning model using NetsPresso and the STM32AI Model Zoo. You can then benchmark the models by using the STM32Cube.AI Developer Cloud. The notebooks provide a step-by-step guide for users, making it easy for anyone to compress their neural network models efficiently and deploy them on STM32 targets.
For a more interactive learning experience, a video tutorial can walk you through the entire process visually, from training your deep learning model to deploying it on STM32 targets using NetsPresso and the STM32AI Model Zoo. Watch the full tutorial on YouTube to see each step.
The repository contains the following folders:
git clone https://github.com/STMicroelectronics/stm32ai-nota.git
cd stm32ai-nota python -m venv <env-name>
| Back | FazBrowse Home | New Git URL |