-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I am a big fan of TSV, thank you for the interesting work. I have a small question about the code implementation.
For the eigen-decompose version, why do we need to sort the singular vectors in ascending before eigen-decomposition?
task_singular_vectors/src/utils/TSVM_utils.py
Lines 443 to 445 in 9e3a822
sum_s, indices = torch.sort(sum_s, stable=True) | |
sum_u = torch.index_select(sum_u, 1, indices) |
Metadata
Metadata
Assignees
Labels
No labels