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
fromgensim.modelsimportFastTextm=FastText() # and measure RAM after that
It will "eat" around 1.6GB after __init__. I guess than issue in "bucket" matrix (too large).
Itself, this isn't a problem, but this is an issue in our tests (because we almost never pin this parameter).
Problem description
The
FastText
model takes too much RAM. We saw this issue many times in our CI systems, this typically looks likeSteps/code/corpus to reproduce
It will "eat" around 1.6GB after
__init__
. I guess than issue in "bucket" matrix (too large).Itself, this isn't a problem, but this is an issue in our tests (because we almost never pin this parameter).
Versions
Please provide the output of:
I'm sure than other
py
versions and more early gensim versions affected in the same wayThe text was updated successfully, but these errors were encountered: