Skip to content

Commit

Permalink
testing NF parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Sep 16, 2023
1 parent 4c111e8 commit d691798
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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=200,
n_loop_training=400,
n_loop_production=10,
n_local_steps=300,
n_global_steps=300,
Expand All @@ -63,12 +63,15 @@
learning_rate=0.001,
max_samples = 60000,
momentum=0.9,
batch_size=50000,
batch_size=30000,
use_global=True,
keep_quantile=0.,
train_thinning=1,
output_thinning=30,
local_sampler_arg=local_sampler_arg,
num_layers = 4,
hidden_size = [32,32],
num_bins = 8
)

jim.maximize_likelihood([prior.xmin, prior.xmax])
Expand Down

0 comments on commit d691798

Please sign in to comment.