DmitryUlyanov / Multicore-TSNE

Parallel t-SNE implementation with Python and Torch wrappers.
Other
1.89k stars 228 forks source link

Segmentation Fault (core dumped) #3

Closed Data-drone closed 6 years ago

Data-drone commented 8 years ago

I got a segmentation fault (core dumped) error.

This was at the start of the Computing input similarities...` step. Any ideas how to debug?

Thanks

DmitryUlyanov commented 8 years ago

I had this issue, when my data was highly unnormalized, still did not try do debug why it happened. I can look into it in a month, for now, try normalizing your features to [-1,1] for example, it can help.

DmitryUlyanov commented 6 years ago

The code changed by a lot since the issue is opened.