Created
August 30, 2019 14:44
-
-
Save NMZivkovic/e56a446c87d494cdc42e28bbce35b94d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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