Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created August 30, 2019 14:44
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 NMZivkovic/e56a446c87d494cdc42e28bbce35b94d to your computer and use it in GitHub Desktop.
Save NMZivkovic/e56a446c87d494cdc42e28bbce35b94d to your computer and use it in GitHub Desktop.
learning_rate = Schedule(num_neurons)
optimizer = Adam(learning_rate, beta_1=0.9, beta_2=0.98, epsilon=1e-9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment