This repo contains the test codes and saved models of our ASP-DAC 2021 paper: DNR: A Tunable Robust Pruning FrameworkThrough Dynamic Network Rewiring of DNNs
- Souvik Kundu (souvikku@usc.edu)
- Mahdi Nazemi (nazemi@usc.edu)
- Peter A. Beerel (pabeerel@usc.edu)
- Massoud Pedram (pedram@usc.edu)
- Copy and bring the model to same location as the *.py files.
- Open the run_test.py file to change model_type ['resnet18' or 'vgg16'] and provide the dataset='cifar10'.
- Provide --adv_eval to enable adversarial evaluation.
- Run python file: 'python run_test.py'
@inproceedings{kundu2021dnr,
title={DNR: A Tunable Robust Pruning Framework Through Dynamic Network Rewiring of DNNs},
author={Kundu, Souvik and Nazemi, Mahdi and Beerel, Peter A and Pedram, Massoud},
booktitle={Proceedings of the 26th Asia and South Pacific Design Automation Conference},
pages={344--350},
year={2021}
}