Skip to content

Instantly share code, notes, and snippets.

@GiulioCMSanto
Created September 22, 2019 15:38
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 GiulioCMSanto/4f07f6c39afddf5234ab4162f87fa39f to your computer and use it in GitHub Desktop.
Save GiulioCMSanto/4f07f6c39afddf5234ab4162f87fa39f to your computer and use it in GitHub Desktop.
Classifying Flowers With Transfer Learning
model = models.vgg16(pretrained=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment