Skip to content

Instantly share code, notes, and snippets.

@Sirsirious
Created December 4, 2020 14:07
Show Gist options
  • Save Sirsirious/a0ad5fef264c76539e358f8082a12f0c to your computer and use it in GitHub Desktop.
Save Sirsirious/a0ad5fef264c76539e358f8082a12f0c to your computer and use it in GitHub Desktop.
# This loads a checkpoint:
training_loop.load_checkpoint(directory='~/output_dir/', filename="model.pkl.gz")
# Continue training:
training_loop.run(200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment