Closed jhasuman closed 7 years ago
Hi @jhasuman That function is a generator. The 'yield' returns values but the function itself does not return/exit. If you search for 'Python generator' or 'Keras fit_generator', you should be able to find related articles. For example,
@jhasuman - I'm closing this for now. Let me know if you need any further clarification.
While I was trying to understand the utils.py file but there is no return for the last function, Am I missing something ? Thank You!!