Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Last active September 10, 2018 09:22
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 CaptainAshis/b29c720c87e7b346574d7c62be06ad07 to your computer and use it in GitHub Desktop.
Save CaptainAshis/b29c720c87e7b346574d7c62be06ad07 to your computer and use it in GitHub Desktop.
dropout fastai
learn = ConvLearner.pretrained(arch, data, precompute=True, ps=0.5)
learn.fit(1e-2, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment