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

Fixed compatibility with python 3.5.x #17

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

Conversation

zuenko
Copy link

@zuenko zuenko commented Apr 27, 2018

No description provided.

zuenko added 6 commits April 27, 2018 21:19
Fixed - 'dict_values' object does not support indexing
Fixed - 'dict_values' object does not support indexing
Deleted "force=True"
Fix - import error
@tgalery
Copy link

tgalery commented Apr 30, 2018

@zuenko thanks for the patch it fixes most of the issues in the repo. I'm kind of wondering if imports should be done in a non relative way though.
that is:
from keras_text.token_model import TokenModelFactory
instead of
.token_model import TokenModelFactory

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