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
Unlike with Word2Vec.syn0norm, oversized doctag_syn0norm arrays aren't ignored during native save(). As a result, even if they're a shared-reference to doctag_syn0 after an init_sims(replace=True), both doctag_syn0 and doctag_syn0norm will be written and then read back in, using more storage/RAM than necessary. (See https://groups.google.com/d/msg/gensim/fCcHoZCyV3M/djEZgNWEAAAJ )
The text was updated successfully, but these errors were encountered:
Unlike with Word2Vec.syn0norm, oversized
doctag_syn0norm
arrays aren't ignored during nativesave()
. As a result, even if they're a shared-reference todoctag_syn0
after aninit_sims(replace=True)
, bothdoctag_syn0
anddoctag_syn0norm
will be written and then read back in, using more storage/RAM than necessary. (See https://groups.google.com/d/msg/gensim/fCcHoZCyV3M/djEZgNWEAAAJ )The text was updated successfully, but these errors were encountered: