Justinezgh / ssnpe_desc_project

0 stars 0 forks source link

NLE study #13

Open Justinezgh opened 11 months ago

Justinezgh commented 11 months 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'

image image

score_weight = 0 
proposal = 'ps'

image image

score_weight = 1e-4 
proposal = 'ps'

image image

score_weight = 1e-3
proposal = 'ps'

image image

score_weight = 1e-2
proposal = 'ps'

image image

script can be found here

Justinezgh commented 11 months ago

(reminder of previous results on lotka volterra:)

image