Skip to content

Instantly share code, notes, and snippets.

@Sanlap1997
Created September 24, 2020 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanlap1997/121c6711191a4ab6088c4fec83a1264e to your computer and use it in GitHub Desktop.
Save Sanlap1997/121c6711191a4ab6088c4fec83a1264e to your computer and use it in GitHub Desktop.
def lr_scheduler(epoch):
return INIT_LR * 0.9 ** epoch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment