8000 Added support for python version 3.7 by abrarum · Pull Request #18 · kkanshul/finegan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added support for python version 3.7 #18

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

abrarum
Copy link
@abrarum abrarum commented Aug 2, 2021

summary of changes:

  1. datasets.py

line 54: xrange() to range()

  1. config.py

line 69: iteritems() to item()
line 71: has_key to contains
line 99: added parameter to yaml_load -> ... , Loader=yaml.FullLoader

  1. trainer.py

line 302, 304, 306, 346, 350, 447, 549: replaced .data[0] with .data

ADCC

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.

1 participant
0