Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extending python 3 support #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants