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

Get every iteration output image #137

Closed Henry-Jia closed 5 years ago

Henry-Jia commented 5 years ago

If I want to see the quality of the output image during processing, like https://tenso.rs/demos/fast-neural-style/, how can i get every iteration output image?

anishathalye commented 5 years ago

For anyone else looking, take a look at the --checkpoint-output flag (or more generally, look at the output from python neural_style.py --help to see what options the script supports).