Skip to content

Commit

Permalink
10% acceptance rate on this Pv2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Oct 26, 2023
1 parent 941a88c commit de26a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/GW150914_PV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
)
Expand Down

0 comments on commit de26a7f

Please sign in to comment.