https://www.pyimagesearch.com/2018/12/24/how-to-use-keras-fit-and-fit_generator-a-hands-on-tutorial/
PyImageSearch
How to use Keras fit and fit_generator (a hands-on tutorial) - PyImageSearch
In this tutorial you will learn how the Keras .fit and .fit_generator functions work, including the differences between them. I'll then show you how to implement your own custom Keras generator function.