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
New release of gensim==3.7.2 broke several things in CandidateGenerator in typos:
Loading fasttext model from the file - easy fix.
Modelforge save/load functions are now broken because of the changed attributes in FasttextKeyedVectors class - not nice, need to rewrite the_generate_tree/_load_tree, but doable.
Because of (2) new models for usage and testing should be trained, and that's the worst of all (reports inconsistencies and so on).
So due to (3) it's suggested to leave it for the future releases, when the new models will be integrated anyway.
The text was updated successfully, but these errors were encountered:
New release of
gensim==3.7.2
broke several things inCandidateGenerator
intypos
:FasttextKeyedVectors
class - not nice, need to rewrite the_generate_tree/_load_tree
, but doable.So due to (3) it's suggested to leave it for the future releases, when the new models will be integrated anyway.
The text was updated successfully, but these errors were encountered: