Closed jacob5412 closed 6 years ago
On build_glove.py line 27, change for this line:
with Path('glove.840B.300d.txt/glove.840B.300d.txt').open() as f:
Take a look at your data folder. A folder called glove.840B.300d.txt is generated with the file glove.840B.300d.txt inside of it. The original code have the wrong path.
I'm getting the following error when running
make build