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

Allow curly brace formatting, startup checks, code style #133

Closed elcorto closed 5 years ago

elcorto commented 5 years ago

This is the last PR for now.

Allow '{}'-formatting for checkpoint_output. Default CLI is unchanged.

Add startup options consistency check for checkpoint_iterations and checkpoint_output. Make sure we have both of them set. There has been inconsistent behavior before: when checkpoint_iterations was not set, the code still wrote out_<last-iter>.png in addition to out.png

Misc code style changes (mostly line width).

anishathalye commented 5 years ago

Thank you for the pull request! Merged.