sparse tucker factorisation with orthogonality #206
renjithravindran
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi Renjith, We can do Tucker with orthogonality constraints on dense target tensors out of the box. Regarding sparse tensors, I believe this is within reach using FunFact with the PyTorch backend, which supports sparse tensors in COO format. That said, could you please let me know
Please also feel free to share any further details or thoughts that you might have. Thanks! Yu-Hang |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, this certainly looks like a very interesting project!
I wanted to know if FunFact can do tucker decomposition of sparse tensors with orthogonality constraints on the factor matrices?
Thanks
Renjith
Beta Was this translation helpful? Give feedback.
All reactions