Home

Awesome

DSA: More Efficient Budgeted Pruning via Differentiable Sparsity Allocation (ECCV 2020)

[paper] [checkpoints]

Run test:

bash test.sh

To also test the checkpoints on imagenet, specify the imagenet dataset path via the IMAGENET_PATH env. There should be two subdirs under the path: train, val.

IMAGENET_PATH=<imgnet_path> bash test.sh

You can cite the paper as

@article{ning2020dsa,
  title={DSA: More Efficient Budgeted Pruning via Differentiable Sparsity Allocation},
  author={Ning, Xuefei and Zhao, Tianchen and Li, Wenshuo and Lei, Peng and Wang, Yu and Yang, Huazhong},
  journal={arXiv preprint arXiv:2004.02164},
  year={2020}
}