|
|
|
|
|
by stfwn
2274 days ago
|
|
You might be interested in pruning neural networks. Some networks can be reduced in size by over 90% without performance loss. The lottery ticket hypothesis paper is good place to start, if you don’t already know about it of course. https://arxiv.org/abs/1803.03635 Some pruning methods have recently been added in the latest feature release of PyTorch. |
|
Another difference with the LT hypothesis is that the pruning there is very specific to neural networks.
Thanks!