Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created July 2, 2020 08:57
Show Gist options
  • Save Adityanagraj/544f786de1510f9811728e4d7d8a6591 to your computer and use it in GitHub Desktop.
Save Adityanagraj/544f786de1510f9811728e4d7d8a6591 to your computer and use it in GitHub Desktop.
model = FishModel()
epochs = 1000
lr = 1e-2
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