Replies: 1 comment
-
I have implemented the second approach, since it maintains compability and does not interfere much with existing code:
Persistent models should not only provide an interface to other modules that can handle gensim-models, but allow replicability (given that each training may produce different models) and a more explorative approach to nlp. PR: #84 Best, Lars. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am wondering if noone ever wanted to persistently save a model for later reuse. Currently, the training functions (lda, nmf, elda) do not return the gensim-model itself, so one cannot directly use the gensim-functions to save and load models.
I could imagine two ways to allow for persistent models:
Best, Lars.
Beta Was this translation helpful? Give feedback.
All reactions