Spaces:
Running
on
Zero
Running
on
Zero
fix ncut knn
Browse files
app.py
CHANGED
|
@@ -264,8 +264,8 @@ def ncut_run(
|
|
| 264 |
num_sample_ncut=30000,
|
| 265 |
affinity_focal_gamma=affinity_focal_gamma,
|
| 266 |
knn_ncut=1,
|
| 267 |
-
knn_tsne=
|
| 268 |
-
num_sample_tsne=
|
| 269 |
embedding_method=embedding_method,
|
| 270 |
perplexity=perplexity,
|
| 271 |
n_neighbors=n_neighbors,
|
|
|
|
| 264 |
num_sample_ncut=30000,
|
| 265 |
affinity_focal_gamma=affinity_focal_gamma,
|
| 266 |
knn_ncut=1,
|
| 267 |
+
knn_tsne=knn_tsne,
|
| 268 |
+
num_sample_tsne=num_sample_tsne,
|
| 269 |
embedding_method=embedding_method,
|
| 270 |
perplexity=perplexity,
|
| 271 |
n_neighbors=n_neighbors,
|