Skip to content
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

In elmo_example.py '../data/glove.6B/glove.6B.100d.txt' path not found. #108

Open
nikhiljsk opened this issue Jun 24, 2019 · 0 comments
Open

Comments

@nikhiljsk
Copy link

System information

  • 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant