From de26a7fd14c4bd89ad2ac37d680ec98b8ddd2a38 Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Thu, 26 Oct 2023 14:51:37 -0400 Subject: [PATCH] 10% acceptance rate on this Pv2 --- example/GW150914_PV2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/GW150914_PV2.py b/example/GW150914_PV2.py index bf5de111..6dc91e79 100644 --- a/example/GW150914_PV2.py +++ b/example/GW150914_PV2.py @@ -54,7 +54,7 @@ jim = Jim( likelihood, prior, - n_loop_training=400, + n_loop_training=200, n_loop_production=10, n_local_steps=300, n_global_steps=300, @@ -69,7 +69,7 @@ train_thinning=1, output_thinning=30, local_sampler_arg=local_sampler_arg, - num_layers = 4, + num_layers = 6, hidden_size = [32,32], num_bins = 8 )