Open Justinezgh opened 1 year ago
Affine NF needs less simulation than smooth one so now I focus on NLE method instead of NPE and here are some results (check #12 and #11 for comparison between NFs architecture and NPE vs NLE):
PARAMS--------------- --------------------- total_steps: 30000 simulation budget: 1000 exp_id: 0 seed: 2 n_flow_layers: 4 n_bijector_layers: 2 activ_fun: silu lr_schedule: exp_decay sbi method: nle nf type: affine batch size: 56 --------------------- ---------------------
score_weight = 0 proposal = 'prior'
score_weight = 0 proposal = 'ps'
score_weight = 1e-4 proposal = 'ps'
score_weight = 1e-3 proposal = 'ps'
score_weight = 1e-2 proposal = 'ps'
script can be found here
(reminder of previous results on lotka volterra:)
Affine NF needs less simulation than smooth one so now I focus on NLE method instead of NPE and here are some results (check #12 and #11 for comparison between NFs architecture and NPE vs NLE):
script can be found here