This repository contains tools and scripts for benchmarking various quantization methods in deep learning.
# Create and activate conda environment
conda create -n quant_bench python=3.11
conda activate quant_bench
# Install required packages
pip install -r requirements.txtNote: Please check the requirements.txt file for detailed package dependencies.
python benchmark.py --model [model_name] --dataset [dataset_name]Performance metrics and comparisons will be documented here.
MIT License