TimDettmers / sparse_learning

Sparse learning library and sparse momentum resources.
MIT License
376 stars 45 forks source link

effective sparse convolution inference #9

Open wuzhiyang2016 opened 4 years ago

wuzhiyang2016 commented 4 years ago

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 another more effective way?

TimDettmers commented 4 years ago

In theory yes, but not with this library. See #1 for a discussion on using sparse computation in this library and in PyTorch in general.