Skip to content

Commit

Permalink
Tweak training parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Feb 1, 2024
1 parent 4e2d319 commit 4049e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flow_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_flows_gaussian_pdf(model, var):
if isinstance(model, md.RealNVPModel):
epochs = 200
elif isinstance(model, md.RQSplineModel):
epochs = 60
epochs = 70

# Initialize a PRNG key (you can use any valid key)
key = jax.random.PRNGKey(0)
Expand Down

0 comments on commit 4049e74

Please sign in to comment.