Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ icnf = ContinuousNormalizingFlows.construct(
λ₂ = 1.0f-2,
λ₃ = 1.0f-2,
rng,
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)

icnf2 = ContinuousNormalizingFlows.construct(
Expand All @@ -58,11 +53,6 @@ icnf2 = ContinuousNormalizingFlows.construct(
λ₂ = 1.0f-2,
λ₃ = 1.0f-2,
rng,
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)

ps, st = LuxCore.setup(icnf.rng, icnf)
Expand Down
5 changes: 0 additions & 5 deletions test/ci_tests/regression_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ Test.@testset verbose = true showtiming = true failfast = false "Regression Test
λ₂ = 1.0f-2,
λ₃ = 1.0f-2,
rng,
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)

df = DataFrames.DataFrame(transpose(r), :auto)
Expand Down
6 changes: 0 additions & 6 deletions test/ci_tests/smoke_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ Test.@testset verbose = true showtiming = true failfast = false "Smoke Tests" be
λ₁ = convert(data_type, 1.0e-2),
λ₂ = convert(data_type, 1.0e-2),
λ₃ = convert(data_type, 1.0e-2),
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)
ps, st = LuxCore.setup(icnf.rng, icnf)
ps = ComponentArrays.ComponentArray(ps)
Expand Down Expand Up @@ -207,7 +202,6 @@ Test.@testset verbose = true showtiming = true failfast = false "Smoke Tests" be

Test.@testset verbose = true showtiming = true failfast = false "$adtype on loss" for adtype in
adtypes

Test.@test !isnothing(DifferentiationInterface.gradient(diff_loss, adtype, ps)) broken =
compute_mode.adback isa ADTypes.AutoEnzyme{<:Enzyme.ForwardMode} && (
omode isa ContinuousNormalizingFlows.TrainMode || (
Expand Down
6 changes: 0 additions & 6 deletions test/ci_tests/speed_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Test.@testset verbose = true showtiming = true failfast = false "Speed Tests" be

Test.@testset verbose = true showtiming = true failfast = false "$compute_mode" for compute_mode in
compute_modes

@show compute_mode

rng = StableRNGs.StableRNG(1)
Expand Down Expand Up @@ -60,11 +59,6 @@ Test.@testset verbose = true showtiming = true failfast = false "Speed Tests" be
λ₂ = 1.0f-2,
λ₃ = 1.0f-2,
rng,
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)

df = DataFrames.DataFrame(transpose(r), :auto)
Expand Down
5 changes: 0 additions & 5 deletions test/quality_tests/checkby_JET_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ Test.@testset verbose = true showtiming = true failfast = false "CheckByJET" beg
λ₁ = convert(data_type, 1.0e-2),
λ₂ = convert(data_type, 1.0e-2),
λ₃ = convert(data_type, 1.0e-2),
sol_kwargs = (;
save_everystep = false,
alg = OrdinaryDiffEqDefault.DefaultODEAlgorithm(),
sensealg = SciMLSensitivity.GaussAdjoint(),
),
)
ps, st = LuxCore.setup(icnf.rng, icnf)
ps = ComponentArrays.ComponentArray(ps)
Expand Down
Loading