Hi All,
As far as I remember the save method for our models dumps only Phi matrix, so the user needs to remember other parameters to fine-tune the model later. Also, sometimes it's vital to restore the convergence charts (score trackers) for the saved model.
Do we have a method that saves more information for the model? Could we maybe have several options and the reasonable defaults to:
- save basic parameters (number of topics, etc)
- save scores and regularizers
- save score_tracker values
- save phi
- save theta
- save n_wt
For now, I save some of them manually and get frustrated when I forget something, e.g. the charts :)
Does someone else also feel like this would be a useful thing?
Thanks,
Anna