Skip to content

Question about eigendecomposition #2

@mynameisissac

Description

@mynameisissac

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?

sum_s, indices = torch.sort(sum_s, stable=True)
sum_u = torch.index_select(sum_u, 1, indices)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions