Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

TF-425: Make learning rates dynamically settable. #81

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Conversation

saeta
Copy link
Contributor

@saeta saeta commented Apr 9, 2019

Modern training regiemes require the ability to change the learning rate during
training according to a particular schedule. By making the Optimizer protocol
allow the learning rate to be scheduled, this makes it easy to implement based
on callbacks.

Fixes TF-425

Modern training regiemes require the ability to change the learning rate during
training according to a particular schedule. By making the Optimizer protocol
allow the learning rate to be scheduled, this makes it easy to implement based
on callbacks.
@saeta saeta requested review from dan-zheng, rxwei and jekbradbury April 9, 2019 00:10
Copy link
Contributor

@rxwei rxwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is definitely the right direction. Thanks!

@saeta
Copy link
Contributor Author

saeta commented Apr 9, 2019

Thanks @rxwei !

@saeta saeta merged commit 5caa460 into master Apr 9, 2019
@saeta saeta deleted the make-public branch April 9, 2019 00:14
Copy link
Member

@dan-zheng dan-zheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting the right direction

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants