facebookresearch / facebookresearch/CutLER

Eigen Decomposition

Open
#71 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.1k
Forks
109
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.