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

neural_style.py: error: ambiguous option #108

Closed Liangmp closed 6 years ago

Liangmp commented 6 years ago

I am running it in windows cmd: python neural_style.py --content 1-content.jpg --style 1-style.jpg --output test1.jpg

And I get an error: neural_style.py: error: ambiguous option: --style could match --styles, ---style-scales, --style-weight, --style-layer-weight-exp, --style-blend-weights

anishathalye commented 6 years ago

Use --styles

Liangmp commented 6 years ago

Thank you very much. Problem fixed and I'm very happy that I got the expected output, althought it takes me almost 5 hours to run 1-content.jpg with 1000 iterations.

anishathalye commented 6 years ago

It's much faster with a fast GPU -- takes me a minute or two on a 1080 Ti.