Last active
April 24, 2017 21:40
-
-
Save snowyday/72a797ede0380c7314f0973c33de04fc to your computer and use it in GitHub Desktop.
Usage of eve
This file contains 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
optimizer = optim.Eve(model.parameters()) | |
optimizer.step(lambda: loss) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment