Skip to content

Instantly share code, notes, and snippets.

@ronykroy
Last active October 22, 2019 09:59
Show Gist options
  • Save ronykroy/8d16741722fa84cbaf86686f3e8723fe to your computer and use it in GitHub Desktop.
Save ronykroy/8d16741722fa84cbaf86686f3e8723fe to your computer and use it in GitHub Desktop.
# finally
learn.unfreeze() # unfreze all
learn.fit_one_cycle(3, slice(1e-3/(2.6**4),1e-3), moms=(0.8,0.7))
learn.predict("Random Piece of text... Remember the GIGO rule..? well that applies to AI and ML too")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment