Hi,
Did you ever find a solution to this problem? I'm currently running a series of models (of differing complexity) on HPC and have found that some of my more complicated models error out similarly
Traceback (most recent call last):
File "/home/s4577680/scratch/DR-RisSen-02/02_Scripts/Exp1HDDM.py", line 118, in <module>
m = custom(train_sets[ModData], ModList[ModType], name= 'Exp1_'+f"{str(ModName[ModType])}"+'_'+f"{str(int(sys.argv[1])+1)}",
File "/home/s4577680/scratch/DR-RisSen-02/02_Scripts/Exp1HDDM.py", line 93, in custom
model.sample(samples, burn, dbname=f'/home/s4577680/scratch/DR-RisSen-02/03_Derivatives/Models/{str(name)}.db', db='pickle')
File "/home/s4577680/Software/DR-RisSen-02-Env/BehHddm/lib/python3.8/site-packages/kabuki/hierarchical.py", line 659, in sample
self.mc.sample(*args, **kwargs)
File "/home/s4577680/Software/DR-RisSen-02-Env/BehHddm/lib/python3.8/site-packages/pymc/MCMC.py", line 286, in sample
Sampler.sample(self, iter, length, verbose)
File "/home/s4577680/Software/DR-RisSen-02-Env/BehHddm/lib/python3.8/site-packages/pymc/Model.py", line 245, in sample
self._loop()
File "/home/s4577680/Software/DR-RisSen-02-Env/BehHddm/lib/python3.8/site-packages/pymc/MCMC.py", line 322, in _loop
step_method.step()
File "/home/s4577680/Software/DR-RisSen-02-Env/BehHddm/lib/python3.8/site-packages/kabuki/step_methods.py", line 397, in step
assert iter < self.maxiter, "Step-out procedure failed"
AssertionError: Step-out procedure failed
My "custom" function works on my other models but for completeness here it is:
--
You received this message because you are subscribed to a topic in the Google Groups "hddm-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hddm-users/JFSfd5V4m1E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hddm-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hddm-users/6630199c-78bf-445e-8ca3-8a237169b4c2n%40googlegroups.com.