sparse_learning icon indicating copy to clipboard operation
sparse_learning copied to clipboard

effective sparse convolution inference

Open wuzhiyang2016 opened this issue 6 years ago • 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?

wuzhiyang2016 avatar Aug 23 '19 02:08 wuzhiyang2016

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.

TimDettmers avatar Aug 23 '19 19:08 TimDettmers