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

Polish text output #129

Closed elcorto closed 5 years ago

elcorto commented 5 years ago

Hi, thanks for sharing your code. I chose this implementation of Gatys' method since it has many options to play with. I made some changes to the code and like to PR them. I separated each feature into a branch with at most 2 commits each. All are fast-forwards against one another, starting with this one. I'll PR each one separately in order to make by-feature review easier. Thanks.

This branch silences TensorFlow warnings and changes stderr -> stdout.

elcorto commented 5 years ago

I updated the branch.

anishathalye commented 5 years ago

Squashed and merged; thank you for the contribution!