Skip to content

shivmgg/CRISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CRISP: Hybrid Structured Sparsity for Class-aware Model Pruning

built with Python3.6 built with PyTorch1.4

Introduction

In this repository you will find a pytorch implementation of CRISP for three models.

Getting Started

When using anaconda virtual environment all you need to do is run the following command and conda will install everything for you. See environment.yml:

conda env create --file environment.yml
conda activate crisp-env

To reproduce the results on the ResNet-50 benchmark you just need to run the following code:

chmod +x run_resnet_imagenet.sh
./run_resnet_imagenet.sh

Feel free to change the model and dataset type in the script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published