fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.17k stars 8.53k forks source link

Generator yielding timeseries samples and their targets #96

Open rednafi opened 5 years ago

rednafi commented 5 years ago

i + batch_size >= max_index is changed into i + batch_size <= max_index