pytorch_sparse
pytorch_sparse copied to clipboard
High dimensional Sparse Matrix Multiplication
trafficstars
Hi, there I have a tensor ten1 of shape [b,n,dim,i] which is sparse, and ten2 tensor of shape [i,m] and I want to output ten1@ten2 of shape [b,n,dim,m], how can I use the library functions? Thanks!
See my answer in https://github.com/rusty1s/pytorch_sparse/issues/248#issuecomment-1919703165.
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?