anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.52k forks source link

"--style-layer-weight-exp" question #128

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

I tried to use --style-layer-weight-exp with a value 2, but I having the same result by default. What other values ​​were modified to have this result?

swe20

I used: python neural_style.py --content \input.jpg --styles \style.jpg --output \final.jpg --style-layer-weight-exp 2 --iterations 1000

Python: 3.6.6 Tensorflow GPU: 1.11.0 CUDA: 9 cDNN: 7.3.0 GPU: Tesla V100 x4 by Azure

anishathalye commented 5 years ago

Hmm I am not sure, I did not generate the examples in that part of the readme. Perhaps @avoroshilov remembers?