Skip to content

Commit

Permalink
Change test parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Oct 13, 2023
1 parent 62e572a commit 00be79c
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 @@ -101,7 +101,7 @@ def test_RealNVP_gaussian():
# Define the number of dimensions and the mean of the Gaussian
ndim = 2
num_samples = 10000
epochs = 50
epochs = 80
# Initialize a PRNG key (you can use any valid key)
key = jax.random.PRNGKey(0)
mean = jnp.zeros(ndim)
Expand Down

0 comments on commit 00be79c

Please sign in to comment.