Raphael Meudec
Results
51
comments of
Raphael Meudec
@gabrieldemarmiesse imo, CyclicLR shouldn't be migrated as a callback, but rather as a [LearningRateScheduler](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/optimizer_v2/learning_rate_schedule.py). Could also be split into different schedulers to avoid the [`mode`](https://github.com/keras-team/keras-contrib/blob/382f6a2b7739064a1281c1cacdb792bb96436f27/keras_contrib/callbacks/cyclical_learning_rate.py#L22) argument. What's your opinion on...