neural-style-tf icon indicating copy to clipboard operation
neural-style-tf copied to clipboard

feat: extending python 3 support

Open 4F2E4A2E opened this issue 6 years ago • 1 comments

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

4F2E4A2E avatar Jan 06 '19 18:01 4F2E4A2E

ping

4F2E4A2E avatar Feb 28 '19 13:02 4F2E4A2E