Skip to main content
  1. Machine Learning/
  2. Daily log/

2017-06-02

Author
Tom Rochette
Table of Contents

Context
#

Learned in this study
#

Things to explore
#

Problems faced
#

  • How to avoid loading many GBs of data in memory in order to prepare the training data to be fed to the model.fit method?
    • Is a generator the appropriate solution?

Overview
#

See also
#

References
#