Skip to content

Commit

Permalink
some tests in odd and some in even
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael orozco committed Aug 2, 2024
1 parent c1cbaf5 commit f72cd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_networks/test_conditional_glow_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ end
Random.seed!(3);
# Define network
nx = 32; ny = 32; nz = 32
n_in = 3
n_cond = 3
n_in = 2
n_cond = 2
n_hidden = 4
batchsize = 2
L = 2
Expand Down

0 comments on commit f72cd6f

Please sign in to comment.