Incorrect learning of word vectors during online training using FastText
native implementation
#1752
Labels
bug
Issue described a bug
difficulty medium
Medium issue: required good gensim understanding & python skills
Description
A bug in Fasttext native implementation causes
syn0
to be equal tosyn0_vocab
at the end of training. This causes incorrect learning of vectors during online training.Steps/Code/Corpus to Reproduce
Expected Results
False
Actual Results
True
Versions
Linux-4.10.0-40-generic-x86_64-with-Ubuntu-16.04-xenial
('Python', '2.7.12 (default, Nov 19 2016, 06:48:10) \n[GCC 5.4.0 20160609]')
('NumPy', '1.13.3')
('SciPy', '1.0.0')
('gensim', '3.1.0')
('FAST_VERSION', 1)
The text was updated successfully, but these errors were encountered: