jmschrei / pomegranate

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

Segmentation fault when using n_jobs with HiddenMarkovModel.from_samples #973

Closed malonzm1 closed 1 year ago

malonzm1 commented 2 years ago

When I try to run this code, model = HiddenMarkovModel.from_samples(MultivariateGaussianDistribution, n_components=5, X=diffs, n_jobs=4) it returns a Segmentation fault.

Pls. advise.

Thanks and good day.

jmschrei commented 1 year ago

Thank you for opening an issue. pomegranate has recently been rewritten from the ground up to use PyTorch instead of Cython (v1.0.0), and so all issues are being closed as they are likely out of date. Please re-open or start a new issue if a related issue is still present in the new codebase.