Process finished with exit code -1073741819 (0xC0000005) Pycharm mcmc

0

I am running the run_mcmc code,and I found this part is where it occueerd error(as follow)

To perform the MCMC inversion within the SGAN latent space using DREAM(ZS)

q=mcmc.Sampler(CaseStudy=CaseStudy,seq=seq,ndraw=ndraw,
               Prior=Prior,parallel_jobs=seq,steps=steps,parallelUpdate =                    0.95,pCR=False,
                thin=thin,nCR=nCR,DEpairs=3,pJumpRate_one=0.2,BoundHandling='Reflect',
                   lik_sigma_est=False,savemodout=False,DoParallel=True,jr_scale=jr_scale,
                   rng_seed=rng_seed)
    print("Iterating")

I expect performing the inversion.

python
pycharm
mcmc
asked on Stack Overflow Jun 17, 2019 by MeiChen • edited Jun 17, 2019 by ncica

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0