Skip to content

Commit

Permalink
Trim redundant comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Apr 17, 2020
1 parent 3091aff commit a705086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/en/tutorials/generative/style_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,8 @@
},
"outputs": [],
"source": [
"# Content layer where we will pull our feature maps\n",
"content_layers = ['block5_conv2'] \n",
"\n",
"# Style layer of interest\n",
"style_layers = ['block1_conv1',\n",
" 'block2_conv1',\n",
" 'block3_conv1', \n",
Expand Down

0 comments on commit a705086

Please sign in to comment.