Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created March 6, 2018 01:42
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 JoshVarty/3852c75a3600cda10a8fbcd3a91beaa7 to your computer and use it in GitHub Desktop.
Save JoshVarty/3852c75a3600cda10a8fbcd3a91beaa7 to your computer and use it in GitHub Desktop.
learning_rate = 0.001
optimizer = tf.train.AdamOptimizer(learning_rate).minimize(cost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment