Skip to content

Commit

Permalink
Hardcode var_scale 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Oct 24, 2023
1 parent 0e79082 commit 49482d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmonic/model_nf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def loss(params):
log_det = model.apply(
{"params": params, "variables": variables},
batch,
# var_scale=1.0,
var_scale=1.0,
method=model.log_prob,
)
return -jnp.mean(log_det)
Expand Down

0 comments on commit 49482d3

Please sign in to comment.