-
Couldn't load subscription status.
- Fork 199
Description
Hi all,
First i ran my model on a cpu, which took 7 hours (10 chains), but everything worked out well. Now I am using a T4 GPU and when I run "model_diagnostics.plot_rhat_boxplot()" I always get "MCMCSamplingError: MCMC sampling failed with a maximum R-hat value of 1273814037504.0" or something like this. So my chains do not converge anymore.
I have no NaN values and i have 6 channels and 25 geos and 2 control variables for now. some channels have many weeks without spending. I have als tried to set the chains with [1,1,1,1,1]. Then the R-hat values are around 1-1.05, but it takes too long.
Possible reasons?
Thank you for helping me