Frank McQuillan created MADLIB-1427:
---------------------------------------
Summary: DL - cache data to speed training
Key: MADLIB-1427
URL: https://issues.apache.org/jira/browse/MADLIB-1427
Project: Apache MADlib
Issue Type: Improvement
Components: Deep Learning
Reporter: Frank McQuillan
Fix For: v1.18.0
Instead of calling Keras fit() for each buffer (row) in the input table, cache
multiple buffers together and make a single call to Keras fit().
Also add a BOOLEAN to fit() in case user wants to turn off caching if the data
does not fit in memory on the segment host.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)