pytorch_block_sparse icon indicating copy to clipboard operation
pytorch_block_sparse copied to clipboard

Fast Block Sparse Matrices for Pytorch

Results 15 pytorch_block_sparse issues
Sort by recently updated
recently updated
newest added

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?...