You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 10.14.5
TensorFlow/Keras version: 1.14.0
Python version: 3.6.7
Describe the problem
While running the elmo_example.py file, In the 'Loading word embeddings' section of the code, the execution stops with the following error.
Traceback (most recent call last): File "elmo_example.py", line 78, in <module> main(args) File "elmo_example.py", line 28, in main embeddings = load_glove(EMBEDDING_PATH) File "/anaconda3/envs/py36/lib/python3.6/site-packages/anago-1.0.8-py3.6.egg/anago/utils.py", line 277, in load_glove FileNotFoundError: [Errno 2] No such file or directory: '../data/glove.6B/glove.6B.100d.txt'
It is quite obvious that the error was File not found error. How do I overcome that? Is there a way to create that file or some other way around?
The text was updated successfully, but these errors were encountered:
System information
Describe the problem
While running the elmo_example.py file, In the 'Loading word embeddings' section of the code, the execution stops with the following error.
Traceback (most recent call last): File "elmo_example.py", line 78, in <module> main(args) File "elmo_example.py", line 28, in main embeddings = load_glove(EMBEDDING_PATH) File "/anaconda3/envs/py36/lib/python3.6/site-packages/anago-1.0.8-py3.6.egg/anago/utils.py", line 277, in load_glove FileNotFoundError: [Errno 2] No such file or directory: '../data/glove.6B/glove.6B.100d.txt'
It is quite obvious that the error was File not found error. How do I overcome that? Is there a way to create that file or some other way around?
The text was updated successfully, but these errors were encountered: