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

There isn't a way to load training data one item at a time. #88

Open
kristoffzoghbi opened this issue Jan 11, 2016 · 1 comment
Open

Comments

@kristoffzoghbi
Copy link

All training data must be loaded at once in a 2D array. This causes memory problems if the training set and inputs count are large.

@jeroldhaas
Copy link
Contributor

Support for Lazy<T> might help in this arena, however I think that might call for some pretty hefty refactoring. Thoughts?

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