nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
65 stars 9 forks source link

Update LSTM to use generator #16

Open teubert opened 1 year ago

teubert commented 1 year ago

Requirement Text Update the LSTM model fit function to use a generator so the data doesn't have to be stored in memory

See Also https://www.google.com/search?q=tensorflow+data+generator+keras+training+large+datasets&rlz=1C1CHBF_enUS880US880&oq=tensorflow+data+generator+keras+training+large+datasets&aqs=chrome..69i57j0i546l5.8190j0j4&sourceid=chrome&ie=UTF-8

DoD