-
Notifications
You must be signed in to change notification settings - Fork 243
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
from elmoformanylangs import Embedder #95
Comments
Can produce a similar error, here's the traceback:
FWIW this happens on Google Colab, I haven't tried on local. |
@paleboot, I had the same error |
So this is how I managed to get it to work on Colab. Keep in mind that this is just a naive attempt to debug using informations from the traceback that I got. I am by no means experienced in
to
|
I had changed the python version and suddenly it works. |
Which version did you change to? Is it 3.5? |
No, I had to change it to 3.7 and downloaded torch 1.8.1+cu11.1 on their website, hope this could help. |
Turns out the culprit is simpler than I thought; the addition of signature check in
I've opened PR #96 as a permanent fix, hopefully it gets merged. |
It seems work as a charm. |
Thanks a lot. It works for me. |
from elmoformanylangs import Embedder
in this line, i got error like this
TypeError: Highway.forward:
input
must be presentCan anyone help me?
The text was updated successfully, but these errors were encountered: