Compatible with python 3.5+ and known to work with pytorch 1.4, torchvision 0.5, and numpy 1.18.
pip install -r requirements.txt
python run_exps.py --is_pruning --pruner rand --sparsity 0.9 --dataset mnist --model SingleFcNet --sp PR
MonDEQ codebase is from the paper by Ezra Winston and Zico Kolter.
Pruning codebase is from the paper by Tanaka