You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should see if using the cyclic learning rate finder (paper: here) along with an adaptive learning rate optimizer (e.g., adam) improves on our current optimizer (nadam).
Todo
Use the Cyclic LR Keras Callback to determine an optimal learning rate.
Try this learning rate with a few different optimizers (starting with Adam). Does it beat our current optimization method?
We should see if using the cyclic learning rate finder (paper: here) along with an adaptive learning rate optimizer (e.g., adam) improves on our current optimizer (nadam).
Todo
Resources
The text was updated successfully, but these errors were encountered: