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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Notes
The memory footprint has improved further. A Docker container with 8 GB should be able to build the model
gensim, Theano and numpy have been upgraded to the latest version (you will need to rebuild your Docker image)
Word vectors are loaded with KeyedVectors because of API deprecation. (Please read the important notes below and README with regards to this as there is breaking change with regards to how to build the model)
Important Notes
As the word vectors are loaded lazily to reduce memory footprint, you will need to download the new word vectors from WING website and follow the instruction on README