Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Last active September 10, 2018 15:12
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/8e6891c811c58646b43b1132ab734489 to your computer and use it in GitHub Desktop.
Save CaptainAshis/8e6891c811c58646b43b1132ab734489 to your computer and use it in GitHub Desktop.
larger image fastai
learn.set_data(get_data(299, bs))
learn.freeze()
learn.fit(1e-2, 3, cycle_len=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment