Skip to content

Instantly share code, notes, and snippets.

@ogyalcin
Created January 30, 2021 23:35
Show Gist options
  • Select an option

  • Save ogyalcin/c077068d70b924a2dbeeaeb453744f83 to your computer and use it in GitHub Desktop.

Select an option

Save ogyalcin/c077068d70b924a2dbeeaeb453744f83 to your computer and use it in GitHub Desktop.
# We will use block5 conv2 layer for content
content_layers = ['block5_conv2']
# We will use conv1 layers from every block for style
style_layers = ['block1_conv1','block2_conv1','block3_conv1', 'block4_conv1','block5_conv1']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment