Skip to content

Instantly share code, notes, and snippets.

@charlieoneill11
Last active January 11, 2022 02:34
Show Gist options
  • Save charlieoneill11/9407a4977219bfa17ad072461e4173b6 to your computer and use it in GitHub Desktop.
Save charlieoneill11/9407a4977219bfa17ad072461e4173b6 to your computer and use it in GitHub Desktop.
model = LSTM()
criterion = nn.MSELoss()
optimiser = optim.LBFGS(model.parameters(), lr=0.08)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment