-
Notifications
You must be signed in to change notification settings - Fork 164
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
LSTM' object has no attribute '_flat_weights_names' #92
Comments
I'm getting same error. @Onkar-2803 Did you get any solution for this? |
Hey, this seems like an error due to the python version. |
After downgrading the python version to 3.7.16, the installation commands, !pip install inltk throws following error -> Traceback (most recent call last): |
Can you try to downgrade to python==3.6.9 and check if it works? |
i am on python 3.9. and have same issue. anyone has solutions for this |
Try Python version 3.6.9 |
Have executed the collab notebook provided by you, I'm still getting the same error.
It seems version 1.3.1 of torch has been removed
To generate the error:
!pip install inltk
!pip install torch==1.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
from inltk.inltk import setup
setup('hi')
from inltk.inltk import get_embedding_vectors
vectors = get_embedding_vectors('भारत', 'hi')
vectors[0].shape
The text was updated successfully, but these errors were encountered: