Skip to content

Eigen Decomposition #71

@anoymized

Description

@anoymized

Hi! I noticed that the author used the eigh function from scipy.linalg for eigen decomposition. I want to speed up the computation, so I tried replacing it with the equivalent function from PyTorch/NumPy. However, I found that the results were significantly different from those obtained with SciPy, especially in subgraph segmentation tasks.

Could it be that the eigen decomposition in SciPy is more reliable and stable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions