Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 12, 2019 12:44
Show Gist options
  • Save mdfarragher/795158689d7fd631735582752d54e326 to your computer and use it in GitHub Desktop.
Save mdfarragher/795158689d7fd631735582752d54e326 to your computer and use it in GitHub Desktop.
// create the neural network base (just the content and style layers)
var model = featureVariable
.VGG19(freeze: true)
.StyleTransferBase();
// the rest of the code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment