Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created April 17, 2019 03:07
Show Gist options
  • Save JoshVarty/00a431d3db873d636bda2b14944abd93 to your computer and use it in GitHub Desktop.
Save JoshVarty/00a431d3db873d636bda2b14944abd93 to your computer and use it in GitHub Desktop.
learn = cnn_learner(data, models.resnet18, pretrained=False, metrics=[f_score])
learn.unfreeze()
learn.fit_one_cycle(10, max_lr=slice(1e-6,1e-2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment