Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Jun 7, 2024
1 parent 1d31992 commit 9a07cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Test.@testset "Regression Tests" begin
naugs = nvars
n_in = nvars + naugs
n = 2^10
nn = Chain(Dense(n_in => 3 * n_in, tanh), Dense(3 * n_in => n_in, tanh))
nn = Lux.Chain(Lux.Dense(n_in => 3 * n_in, tanh), Lux.Dense(3 * n_in => n_in, tanh))

icnf = ContinuousNormalizingFlows.construct(
ContinuousNormalizingFlows.RNODE,
Expand Down

0 comments on commit 9a07cd3

Please sign in to comment.