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

Max_iter and no_pca options + improved memory performance for python wrapper #29

Merged
merged 5 commits into from
Aug 19, 2016

Conversation

make
Copy link
Contributor

@make make commented Aug 19, 2016

Added max_iter and no_pca options for bhtsne and python wrapper.

Image below show that the python wrapper is using even more memory than bh_tsne.
Huge memory consumption

Reduced memory consumption dramatically by rewriting the python wrapper.
Now data loading and pre-processing are executed in a forked process that releases the memory by calling sys.exit(0)

@lvdmaaten lvdmaaten merged commit 247e850 into lvdmaaten:master Aug 19, 2016
@lvdmaaten
Copy link
Owner

Nice, thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants