nystrom-ncut 0.3.2__py3-none-any.whl → 0.3.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nystrom_ncut/nystrom/nystrom_utils.py +1 -1
- {nystrom_ncut-0.3.2.dist-info → nystrom_ncut-0.3.3.dist-info}/METADATA +1 -1
- {nystrom_ncut-0.3.2.dist-info → nystrom_ncut-0.3.3.dist-info}/RECORD +6 -6
- {nystrom_ncut-0.3.2.dist-info → nystrom_ncut-0.3.3.dist-info}/LICENSE +0 -0
- {nystrom_ncut-0.3.2.dist-info → nystrom_ncut-0.3.3.dist-info}/WHEEL +0 -0
- {nystrom_ncut-0.3.2.dist-info → nystrom_ncut-0.3.3.dist-info}/top_level.txt +0 -0
@@ -269,7 +269,7 @@ def solve_eig(
|
|
269
269
|
bsz: int = A.shape[0]
|
270
270
|
|
271
271
|
A = A + eig_value_buffer * torch.eye(A.shape[-1], device=A.device)
|
272
|
-
|
272
|
+
num_eig = min(A.shape[-1], num_eig)
|
273
273
|
# compute eigenvectors
|
274
274
|
if eig_solver == "svd_lowrank": # default
|
275
275
|
# only top q eigenvectors, fastest
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nystrom_ncut
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: Normalized Cut and Nyström Approximation
|
5
5
|
Author-email: Huzheng Yang <huze.yann@gmail.com>, Wentinn Liao <wentinn.liao@gmail.com>
|
6
6
|
Project-URL: Documentation, https://github.com/JophiArcana/Nystrom-NCUT/
|
@@ -7,12 +7,12 @@ nystrom_ncut/visualize_utils.py,sha256=Sfi_kKpvFFzBFoJnbo-pQpH2jhs-A6tH64SV_WGoq
|
|
7
7
|
nystrom_ncut/nystrom/__init__.py,sha256=1aUXK87g4cXRXqNt6XkZsfyauw1-yv3sv0NmdmkWo-8,42
|
8
8
|
nystrom_ncut/nystrom/distance_realization.py,sha256=RTI1_Q8fCUGAPSbXaVuNA-2B-11CEAfy2CwKWPJj6xQ,5830
|
9
9
|
nystrom_ncut/nystrom/normalized_cut.py,sha256=cjkG8JeDmTPDK8KwfkAIqF9f1dI-D9s1muJ9WWZlUoc,7237
|
10
|
-
nystrom_ncut/nystrom/nystrom_utils.py,sha256=
|
10
|
+
nystrom_ncut/nystrom/nystrom_utils.py,sha256=L7gs-mKE9WYidyZ3disTFTSZJfuHmhFDz17GqNXVT_c,14159
|
11
11
|
nystrom_ncut/transformer/__init__.py,sha256=jjXjcNp3LrxeF6mqG9VY5k3asrqaY6bXzJz6wTpH78Q,105
|
12
12
|
nystrom_ncut/transformer/axis_align.py,sha256=j3LlAPrp8O_jQAlwZz-gu3D7n_wICEJranye-YK5wvA,4880
|
13
13
|
nystrom_ncut/transformer/transformer_mixin.py,sha256=YAjrDWTL5Hjnk9J2OsoxvtwT2N0u8IdgMSx0rRFmZzE,1653
|
14
|
-
nystrom_ncut-0.3.
|
15
|
-
nystrom_ncut-0.3.
|
16
|
-
nystrom_ncut-0.3.
|
17
|
-
nystrom_ncut-0.3.
|
18
|
-
nystrom_ncut-0.3.
|
14
|
+
nystrom_ncut-0.3.3.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
15
|
+
nystrom_ncut-0.3.3.dist-info/METADATA,sha256=ULv6tEiCi1_WiuEU29rb8awB0o_HQ-yIcBmrJ51KJYg,6058
|
16
|
+
nystrom_ncut-0.3.3.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
17
|
+
nystrom_ncut-0.3.3.dist-info/top_level.txt,sha256=gM8IWWHYysIRTCvCTcdS4RShOyl9pxpylgSwPUZR2XM,22
|
18
|
+
nystrom_ncut-0.3.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|