jmschrei / pomegranate

Fast, flexible and easy to use probabilistic modelling in Python.
http://pomegranate.readthedocs.org/en/latest/
MIT License
3.29k stars 590 forks source link

How to save and load a GMM model? #1079

Closed huzhenbang closed 4 months ago

huzhenbang commented 4 months ago

Hi, I have read the tutorial "https://pomegranate.readthedocs.io/en/latest/tutorials/B_Model_Tutorial_2_General_Mixture_Models.html". I do not how to save model after use fit. And I also not found the load function.

huzhenbang commented 4 months ago

All right. I can use torch.save and torch.load. Good job.