This repository contains source code for model compression techniques on the NVIDIA Jetson Nano, focusing on pruning and quantization.
Given the resource constraints of the Jetson Nano, the following dataset and model were selected:
- Dataset: FashionMNIST
- Model : LeNet-5
- Pruning
- Quantization
python -m pip install -r requirements.txt
All experimental code can be found in experiment.ipynb
. This notebook contains step-by-step implementations of pruning and quantization techniques on the selected model and dataset.