Skip to content

kent252/Quantization_Resnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resnet Quantizated Model

Overview

This project include the Resnet pretrained model and the process to Quantizated it The quantization method uses in this project is QAT (Quantization-Aware-Training)

Installation

Install the requirement package in the requirement.txt

pip install -r requirements.txt

Datasets

Before using this code, please to download the data from: Dog breeds kaggle and put it in the data folder

And then run the following command to prepare the dataset

python ./tool/split.py --input <Your data path> --output <Your new data path>

Training and Quantization

To run the streamlit, please run this command:

streamlit run ./tool/app_main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages