Created
January 30, 2021 23:35
-
-
Save ogyalcin/c077068d70b924a2dbeeaeb453744f83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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