Skip to content

Commit

Permalink
Update t_sne.pyx for correctly transferring embedding_ to CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd authored Dec 24, 2024
1 parent 12b2e3e commit 8058856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/manifold/t_sne.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -727,4 +727,4 @@ class TSNE(UniversalBase,
def get_attr_names(self):
return ["embedding", "kl_divergence_",
"n_features_in_", "learning_rate_",
"n_iter_"]
"n_iter_", "embedding_"]

0 comments on commit 8058856

Please sign in to comment.