Roll back optimization that trims empty buckets #2329
Labels
bug
Issue described a bug
difficulty medium
Medium issue: required good gensim understanding & python skills
fasttext
Issues related to the FastText model
Our implementation diverges from Facebook's because we trim buckets that have no ngrams assigned to them, saving memory and training time. We should roll back this optimization because it introduces divergent behavior and makes the code more complex.
See #2313 (comment) and #2313 (comment) for more details
The text was updated successfully, but these errors were encountered: