Skip to content

Instantly share code, notes, and snippets.

@alikarimi120
Created March 1, 2022 07:26
Show Gist options
  • Save alikarimi120/dfcf2c1a9f869eb01593c14557e780d9 to your computer and use it in GitHub Desktop.
Save alikarimi120/dfcf2c1a9f869eb01593c14557e780d9 to your computer and use it in GitHub Desktop.
optim = torch.optim.SGD(model.parameters(), lr=1e-2, momentum=0.9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment