keras-team / keras-contrib

Keras community contributions
MIT License
1.59k stars 653 forks source link

save current learning status #546

Open marziehoghbaie opened 3 years ago

marziehoghbaie commented 3 years ago

Hi, I am using the cyclic learning rate scheduler but during training some times I have to pause the training process. Is there any way to load the previous status of the cyclic learning rate instead of starting over? Thanks