Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 21, 2020 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/36915744117a9920d3e704a0860c0e9e to your computer and use it in GitHub Desktop.
Save amankharwal/36915744117a9920d3e704a0860c0e9e to your computer and use it in GitHub Desktop.
# Train repeatdly until have a 'good' val_loss
epochs = 20
lr = 1e-9
history1 = fit(epochs, lr, model, train_loader, val_loader)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment