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
The logic to load the pre-trained word vectors seems to be broken. I looked in test/vocab.py but didn't see any tests that covered correctness of loaded vectors.
The logic to load the pre-trained word vectors seems to be broken. I looked in
test/vocab.py
but didn't see any tests that covered correctness of loaded vectors.Here's a snippet to reproduce the issue:
With the master branch this displays:
However, if I manually download and unpack the GloVe 50d file, this is the line with
the
token:The text was updated successfully, but these errors were encountered: