TimDettmers/sparse_learning

effective sparse convolution inference

wuzhiyang2016 opened this issue · 1 comments

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?

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.