News

Sparse convolution in python. Uses Toeplitz convolutional matrix multiplication to perform sparse convolution. This allows for extremely fast convolution when: The kernel is small (<= 100x100) The ...