This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
implied timescales with hmsm #1582
Comments
Can you try setting |
Indeed it works with n_jobs=1. Even when njobs=2 the calculations halts. |
Happen to me also its = pyemma.msm.its(cluster.dtrajs, lags=50, nits=5, errors='bayes') in a linux box on Mac work fine... The notebook 03-03 - MSM estimation and validation hangs forever, and also appears to be related to python multiprocessing I upgrade to version '2.5.12+0.g5315b869.dirty', which addresses an issue with multiprocessing without luck... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to calculate implied timescale using the hidden markov state model with version 2.5.12:
import pyemma.msm as msm
nstates = 4
lags = [1,2,5,10,20,25,50]
its = msm.timescales_hmsm(dtrajs, nstates, lags=lags, errors='bayes', nsamples=250, n_jobs=-1)
the calculation hangs at the beginning: estimating BayesianHMSM: 0%
The text was updated successfully, but these errors were encountered: