Slide 18
Slide 18 text
Layer Extraction
» Content = conv layer 5_2
» Style = conv layers 1_1,
2_1, 3_1, 4_1 and 5_1
Mix content and style!
iterate
cont = get_content(content_img)
style = get_style(style_img)
cost fn()
compare(content_img, get_content(cont))
compare(content_img, get_style(style))
18