All,
I’ve been testing a model I found recently with multiple chains on a large dataset. I’m consistently seeing drastically different performance in the chain evaluation times. I understand that there’s randomness involved with certain chains not converging, but is it also possible that my local configuration is wrong?
In the example below: 1 chain completes in 80 seconds, one in ~4500 seconds and one at ~8000 seconds. This is on a dual-core machine.
Looking for any pointers to get consistent performance out of multiple chains, or dealing with large datasets.
Gradient evaluation took 0.046838 seconds
1000 transitions using 10 leapfrog steps per transition would take 468.38 seconds.
Adjust your expectations accordingly!
Gradient evaluation took 0.046643 seconds
1000 transitions using 10 leapfrog steps per transition would take 466.43 seconds.
Adjust your expectations accordingly!
Informational Message: The current Metropolis proposal is about to be rejected because of the following issue:
Exception: Error in function log1p(double): log1p(x) requires x > -1, but got x = -1.0000000000000002. (in ‘unkown file name’ at line 30)
If this warning occurs sporadically, such as for highly constrained variable types like covariance matrices, then the sampler is fine,
but if this warning occurs often then your model may be either severely ill-conditioned or misspecified.
Iteration: 1 / 200 [ 0%] (Warmup)
Iteration: 1 / 200 [ 0%] (Warmup)
Iteration: 20 / 200 [ 10%] (Warmup)
Iteration: 40 / 200 [ 20%] (Warmup)
Iteration: 60 / 200 [ 30%] (Warmup)
Iteration: 20 / 200 [ 10%] (Warmup)
Iteration: 40 / 200 [ 20%] (Warmup)
Iteration: 80 / 200 [ 40%] (Warmup)
Iteration: 60 / 200 [ 30%] (Warmup)
Iteration: 80 / 200 [ 40%] (Warmup)
Iteration: 100 / 200 [ 50%] (Warmup)
Iteration: 101 / 200 [ 50%] (Sampling)
Iteration: 120 / 200 [ 60%] (Sampling)
Iteration: 140 / 200 [ 70%] (Sampling)
Iteration: 160 / 200 [ 80%] (Sampling)
Iteration: 180 / 200 [ 90%] (Sampling)
Iteration: 200 / 200 [100%] (Sampling)
Elapsed Time: 38.914 seconds (Warm-up)
40.9491 seconds (Sampling)
79.8631 seconds (Total)
Gradient evaluation took 0.045198 seconds
1000 transitions using 10 leapfrog steps per transition would take 451.98 seconds.
Adjust your expectations accordingly!
WARNING: There aren’t enough warmup iterations to fit the
three stages of adaptation as currently configured.
Reducing each adaptation stage to 15%/75%/10% of
the given number of warmup iterations:
init_buffer = 15
adapt_window = 75
term_buffer = 10
Informational Message: The current Metropolis proposal is about to be rejected because of the following issue:
Exception: Error in function log1p(double): log1p(x) requires x > -1, but got x = -1.0000000000000002. (in ‘unkown file name’ at line 30)
If this warning occurs sporadically, such as for highly constrained variable types like covariance matrices, then the sampler is fine,
but if this warning occurs often then your model may be either severely ill-conditioned or misspecified.
Iteration: 1 / 200 [ 0%] (Warmup)
Iteration: 20 / 200 [ 10%] (Warmup)
Iteration: 100 / 200 [ 50%] (Warmup)
Iteration: 101 / 200 [ 50%] (Sampling)
Iteration: 40 / 200 [ 20%] (Warmup)
Iteration: 120 / 200 [ 60%] (Sampling)
Iteration: 60 / 200 [ 30%] (Warmup)
Iteration: 140 / 200 [ 70%] (Sampling)
Iteration: 80 / 200 [ 40%] (Warmup)
Iteration: 160 / 200 [ 80%] (Sampling)
Iteration: 100 / 200 [ 50%] (Warmup)
Iteration: 101 / 200 [ 50%] (Sampling)
Iteration: 180 / 200 [ 90%] (Sampling)
Iteration: 120 / 200 [ 60%] (Sampling)
Iteration: 200 / 200 [100%] (Sampling)
Elapsed Time: 184.99 seconds (Warm-up)
4579.35 seconds (Sampling)
4764.34 seconds (Total)
Iteration: 140 / 200 [ 70%] (Sampling)
Iteration: 160 / 200 [ 80%] (Sampling)
Iteration: 180 / 200 [ 90%] (Sampling)
Iteration: 200 / 200 [100%] (Sampling)
Elapsed Time: 3056.8 seconds (Warm-up)
4563.45 seconds (Sampling)
7620.25 seconds (Total)