You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]))
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: