-
Notifications
You must be signed in to change notification settings - Fork 65
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
Glove word embedding links returns 404 #62
Comments
I downloaded it from http://nlp.stanford.edu/data/glove.6B.zip, but the dimensions do not match.
|
A note for the explorer. Loading model from logs/fn1.7-pretrained-frameid/best-frameid-1.7-model ...
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ncaq/Desktop/open-sesame/sesame/frameid.py", line 369, in <module>
model.populate(model_file_name)
File "_dynet.pyx", line 1061, in _dynet.ParameterCollection.populate
File "_dynet.pyx", line 1116, in _dynet.ParameterCollection.populate_from_textfile
RuntimeError: Dimensions of lookup parameter /_0 lookup up from file ({100,400574}) do not match parameters to be populated ({100,410050}) |
In the second step:
The link to glove http://nlp.stanford.edu/data/glove.6B.100d.zip seems broken
The text was updated successfully, but these errors were encountered: