pytorch_sparse icon indicating copy to clipboard operation
pytorch_sparse copied to clipboard

High dimensional Sparse Matrix Multiplication

Open yonatansverdlov opened this issue 1 year ago • 1 comments
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!

yonatansverdlov avatar Jan 30 '24 10:01 yonatansverdlov

See my answer in https://github.com/rusty1s/pytorch_sparse/issues/248#issuecomment-1919703165.

rusty1s avatar Jan 31 '24 18:01 rusty1s

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?

github-actions[bot] avatar Jul 30 '24 01:07 github-actions[bot]