Skip to content

Conversation

4F2E4A2E
Copy link

@4F2E4A2E 4F2E4A2E commented Jan 6, 2019

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

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
Copy link
Author

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants