he-y / Awesome-Pruning

A curated list of neural network pruning resources.
2.32k stars 326 forks source link

Add code and workshop links for implicit filter level sparsity #5

Closed mehtadushy closed 5 years ago

mehtadushy commented 5 years ago

Hi Yang Thanks for maintaining this list. The CVPR 2019 paper 'On Implicit Filter Level Sparsity in Convolutional Neural Networks' also has 2 workshop versions, with a few additional results. Implicit Filter Sparsification In Convolutional Neural Networks (https://arxiv.org/abs/1905.04967), ODML-CDNNR Workshop, ICML 2019 Emergence of Implicit Filter Sparsity in Convolutional Neural Networks (https://openreview.net/forum?id=rylVvNS3hE), Deep Phenomena Workshop, ICML 2019

Also, an example of using the implicit sparsity for speedup is available in the following repository https://github.com/mehtadushy/SelecSLS-Pytorch as part of the model (https://github.com/mehtadushy/SelecSLS-Pytorch/blob/master/models/selecsls.py#L280)

I would appreciate if you could update the list to include these!

he-y commented 5 years ago

Hi, thanks for the information. I have updated the list.