sparse_learning icon indicating copy to clipboard operation
sparse_learning copied to clipboard

Sparse learning library and sparse momentum resources.

Results 14 sparse_learning issues
Sort by recently updated
recently updated
newest added

Hi Tim! Many thanks for this awesome repo and your [paper](http://arxiv.org/abs/1907.04840). It is always cool when someone tries DL actually useful, accessible and more efficient! We are building an open...

question

if we get a sparse model, is there an effective way to do sparse convolutional for inference? I just know 2015 CVPR paper "Sparse Convolutional Neural Networks", is there exit...

question

I have train alexnet-s model in cifar10 for 100 epochs: **### dense model performance**: **accuracy**: 8322/10000 (83.220%) **conv layers sparsity:** layer features.0.weight sparsity: 0.002812213039485756 layer features.3.weight sparsity: 0.017063802083333357 layer features.6.weight...

question

Would this also work for LSTM? Do you have any benchmark of the method on that?

enhancement