Closed HaihuaQiu closed 3 years ago
I can not undestand 'Implementation of Sparse Convolution' that you write in github... Thank you
Hi @HaihuaQiu, thanks for your interest in our work. The key idea of our sparse convolution implementation is to divide the convolution into 4 branches (i.e., dense->dense, dense->sparse, sparse->dense & sparse->sparse ). Maybe you can make the question more specific that I can better help you to understand our code.
Hello, can you introduce Sparse Convolution details?