Debugging models when sampling is stuck at 0%

Seems like it is a multi-chain sampling problem - try doing trace = pm.sample(..., cores=1)

2 Likes