Skip to content

Instantly share code, notes, and snippets.

@alankbi
Created February 14, 2020 17:39
Show Gist options
  • Save alankbi/c1d83b3d733cefd96ed45bd66e54d725 to your computer and use it in GitHub Desktop.
Save alankbi/c1d83b3d733cefd96ed45bd66e54d725 to your computer and use it in GitHub Desktop.
Save and load models from files with Detecto
model.save('model_weights.pth')
# ... Later ...
model = core.Model.load('model_weights.pth', ['alien', 'bat', 'witch'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment