Skip to content

Instantly share code, notes, and snippets.

@Yuvnish017
Created June 24, 2021 06:43
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 Yuvnish017/1a80e59ab98afb56ec9f3e13a2fdd1f8 to your computer and use it in GitHub Desktop.
Save Yuvnish017/1a80e59ab98afb56ec9f3e13a2fdd1f8 to your computer and use it in GitHub Desktop.
style_layer_names = [
"block1_conv1",
"block2_conv1",
"block3_conv1",
"block4_conv1",
"block5_conv1",
]
# The layer to use for the content loss.
content_layer_name = "block5_conv2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment