Skip to content

Instantly share code, notes, and snippets.

@Crazz-Zaac
Created February 26, 2021 03:53
Show Gist options
  • Save Crazz-Zaac/548746189904d23d97641aa4a85d30c0 to your computer and use it in GitHub Desktop.
Save Crazz-Zaac/548746189904d23d97641aa4a85d30c0 to your computer and use it in GitHub Desktop.
# define optimizer (1 line)
optimizer = tf.train.AdamOptimizer(2.0)
# define train_step (1 line)
train_step = optimizer.minimize(J)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment