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

luajit runs out of memory when training with very big datasets #18

Open
dmartinalbo opened this issue Apr 27, 2017 · 1 comment
Open

Comments

@dmartinalbo
Copy link
Collaborator

The estimation of confidence intervals using tables makes luajit to run out of memory in "EpochSummarizer:summarize" function. Heap size is limited to 2gb.

@bdotgradb
Copy link
Contributor

I created a PR to address this - #30 (but be aware that for large datasets now the sampling time is longer than the epoch time).
Note there are also adjust the following parameters to alleviate this issue without the fix:
--epoch_bootstrap_samples
--num_samples_epoch (drawn from the full training set but the epochs are now smaller which means that you may need to adjust the early stopping and learning rate decay)

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