Skip to content

Instantly share code, notes, and snippets.

@neelriyer
Created July 5, 2020 10:07
Show Gist options
  • Save neelriyer/13245dd037349df4535743cd1fa8002c to your computer and use it in GitHub Desktop.
Save neelriyer/13245dd037349df4535743cd1fa8002c to your computer and use it in GitHub Desktop.
Final upscale and train
data = get_data(bs=1)
learn.data = data
learn.freeze()
gc.collect()
learn.load('2b')
lr = 1e-6
do_fit('3b', slice(lr, 1e-3), pct_start=0.3, cycles = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment