Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault (core dumped) sometime #59

Open
leonexu opened this issue Nov 21, 2018 · 2 comments
Open

segmentation fault (core dumped) sometime #59

leonexu opened this issue Nov 21, 2018 · 2 comments

Comments

@leonexu
Copy link

leonexu commented Nov 21, 2018

Hello

I get "segmentation fault (core dumped)" when run multicore-tsne. One of the cases that the crash occurs is when the input data contains lots of zeros. Is there any fix for this problem?
Thanks

from MulticoreTSNE import MulticoreTSNE as TSNE
import numpy as np
tsne = TSNE(n_jobs=40, perplexity=30)
tsne.fit(np.zeros([5,3]))
@yamsgithub
Copy link

yamsgithub commented Jul 11, 2019

I have the same problem when I run with 12 cores. I have about 2 million x 2000 sparse matrix. Any resolution available?

@nartes
Copy link

nartes commented Nov 8, 2019

Have the same problem. I've been using sparse vectors as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants