Skip to content

Instantly share code, notes, and snippets.

@LayanCS
Last active August 30, 2020 04:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LayanCS/2eb63b02181e78006bcca4e7da8c0c9c to your computer and use it in GitHub Desktop.
Save LayanCS/2eb63b02181e78006bcca4e7da8c0c9c to your computer and use it in GitHub Desktop.
import torch
torch.optim.Adam(params, lr=0.001, betas=(0.9, 0.999),
eps=1e-08, weight_decay=0, amsgrad=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment