neural-style-tf
neural-style-tf copied to clipboard
feat: extending python 3 support
The project runs fine with python 3.6 and tf.1.10, but these changes are not compatible with python2.
[1]: Python 3 changes return values of several basic functions from list to iterator. The main reason for this change is that iterators usually cause better memory consumption than lists.
1: https://portingguide.readthedocs.io/en/latest/iterators.html
ping