Skip to content

Learner4everrr/Benchmark_quantization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark Quantization

This repository contains tools and scripts for benchmarking various quantization methods in deep learning.

Environment Setup

# Create and activate conda environment
conda create -n quant_bench python=3.11
conda activate quant_bench

# Install required packages
pip install -r requirements.txt

Note: Please check the requirements.txt file for detailed package dependencies.

Usage

python benchmark.py --model [model_name] --dataset [dataset_name]

Results

Performance metrics and comparisons will be documented here.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages