pytorch_block_sparse
pytorch_block_sparse copied to clipboard
Fast Block Sparse Matrices for Pytorch
Hi, I wanted to know if there is a way to bypass the constraint of the number of input and output features of the Block Sparse Layer being a multiple...
Is there a way to use a pre-defined scipy sparse matrix for BlockSparseLinear?
Really interesting package! Does it support solving linear systems of equations: for example, solve for `x` in `Ax=b` where A is block sparse matrix and `x` and `b` are vectors?...