Skip to content

Commit

Permalink
add warning into model saving doc (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelLain committed Jul 30, 2017
1 parent 709da7d commit 7056e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorials/python_userguide/different.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ The model will be saved in binary format, its parameters will be duplicated also

To use these methods correctly you should either set ``cache_theta`` flag to False (and don't use Theta matrix) or set it to True and also set ``theta_name`` parameter (that will store Theta as Phi-like object).

.. warning::

This method allows to store only plain (non-hierarchic, e.g. ARTM) topic models!

You can use pair of ``dump_artm_model/load_artm_model`` functions in case of long fitting, when restoring parameters is much more easier than model re-fitting.

* **Creating batches manually**:
Expand Down

0 comments on commit 7056e08

Please sign in to comment.