Skip to content

Instantly share code, notes, and snippets.

@MLWhiz
Last active March 30, 2019 07:10
Show Gist options
  • Save MLWhiz/4d62d5aebf994517596cab8f94fdb99f to your computer and use it in GitHub Desktop.
Save MLWhiz/4d62d5aebf994517596cab8f94fdb99f to your computer and use it in GitHub Desktop.
# Learning with Discriminative fine tuning
learn.fit_one_cycle(1, 1e-2)
learn.unfreeze()
learn.fit_one_cycle(1, 1e-3)
# Save encoder Object
learn.save_encoder('ft_enc')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment