Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I do matrix multiplication based on MinkowskiEngine? #582

Open
xing-yuu opened this issue Mar 13, 2024 · 0 comments
Open

How can I do matrix multiplication based on MinkowskiEngine? #582

xing-yuu opened this issue Mar 13, 2024 · 0 comments

Comments

@xing-yuu
Copy link

I have a matrix A with shape 1,1,3,5, and another matrix B with shape [1,1,5,4].
Now, using function MinkowskiEngine.MinkowskiOps.to_sparse, I want to convert them into sparse matrices and multiply the two matrices to obtain a matrix with shape [1,1,3,4].

How can I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant