gensim.models.LdaModel.load

classmethod LdaModel.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’:

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