keras-text icon indicating copy to clipboard operation
keras-text copied to clipboard

Fixed compatibility with python 3.5.x

Open zuenko opened this issue 7 years ago • 1 comments
trafficstars

zuenko avatar Apr 27 '18 18:04 zuenko

@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

tgalery avatar Apr 30 '18 12:04 tgalery