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

App crash when running fast_tsne #27

Closed
syagev opened this issue Jul 5, 2016 · 1 comment
Closed

App crash when running fast_tsne #27

syagev opened this issue Jul 5, 2016 · 1 comment

Comments

@syagev
Copy link

syagev commented Jul 5, 2016

I attempt to run fast_tsne from matlab using the wrapper. After some time of processing I get an app crash.

I'm on a Win7 SP1 with MATLAB 2015b.
fast_tsne code from the master branch

Other:
The data.dat is being written, the crash is during the process of the binary itself. In the first seconds of operation the bh_tsne process allocates a lot of memory (up to 4.4 GB in my case). This is within limits and even just before the moment of crash there is still 12% of free physical memory.

@lvdmaaten
Copy link
Owner

Sounds to me like a malloc() failing because no RAM is available. Does this issue reproduce on a smaller version of your dataset?

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

2 participants