distillpub / post--differentiable-parameterizations

A powerful, under-explored tool for neural network visualizations and art.
https://distill.pub/2018/differentiable-parameterizations
Creative Commons Attribution 4.0 International
26 stars 12 forks source link

Style transfer produces a weirdly saturated image #96

Open edeguine opened 4 years ago

edeguine commented 4 years ago

Hi,

thank you for sharing your work, it is much appreciated.

I have been using the style transfer part of the notebook and i have noticed that sometimes it works well, but sometimes the style part of the picture becomes overly saturated.

Here is an example: content image: http://13.57.25.13/static/whale.png style image: http://13.57.25.13/static/watercolor1.png content_weight = 50 content_obj = 50 * activation_difference(content_layers, difference_to=CONTENT_INDEX) result (overly saturated): http://13.57.25.13/static/styletransfer.png

Please advise on how to solve this issue, thank you