Hi,
I would like to have a question about fit_generator.
As I know, I can set the LearningRateScheduler thought callback =[learning rate]) when I run fit_generator one time such as:
However, is that possible to set the learningrate when you called it many time in epochs iteration. I think the learning will be reset.
Sorry I do not know how to insert the code with correct indentation
Bests,
Thanh
Hi, I would like to have a question about fit_generator. As I know, I can set the LearningRateScheduler thought callback =[learning rate]) when I run fit_generator one time such as:
However, is that possible to set the learningrate when you called it many time in epochs iteration. I think the learning will be reset. Sorry I do not know how to insert the code with correct indentation Bests, Thanh