gensim.models.LsiModel.load

classmethod LsiModel.load(fname, *args, **kwargs)[source]

Load a previously saved object from file (also see save).

Large arrays can be memmap’ed back as read-only (shared memory) by setting mmap=’r’:

>>> LsiModel.load(fname, mmap='r')