Open kristoffzoghbi opened 8 years ago
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.
Support for Lazy<T> might help in this arena, however I think that might call for some pretty hefty refactoring. Thoughts?
Lazy<T>
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.