-
Notifications
You must be signed in to change notification settings - Fork 319
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
Fail to use it in Google Colab #109
Comments
Hi L.19 in example.py only works in python 2. You're probably going to run into more issues down the line though as this code was written for python 2 and appears to be no longer maintained. Cheers |
(The issue further down in your code is because model.fit() expects a list of lists, not a list of strings. Each document should be represented as a list of words.) |
Now working as expected! I paste my solved code here for future references to readers.
|
Hello,
Thank you for your effort at doing this python version.
I am struggling to run the first example.
My code (just 3 lines of code) can be reproduced with this notebook
Can you please help me to understand what is wrong?
Thank you!
The text was updated successfully, but these errors were encountered: