You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The really nasty case is when the code using omp and the code using fork() are in entirely different pieces of code, that don't know about each other (e.g., different shared libraries).
Which I believe is exactly what is happening to us.
Describe the bug
The ``GaussianMixture'' routine triggers deadlocks, which is a know feature apparently: scikit-learn/scikit-learn#19272
Can we find an alternative method (possibly from another package) that is not subject to this ?
The text was updated successfully, but these errors were encountered: