Skip to content

Commit

Permalink
add joss paper.md and paper.bib
Browse files Browse the repository at this point in the history
  • Loading branch information
josemanuel22 committed Aug 2, 2024
1 parent 714a179 commit a964d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ end;
0.01
end

@testset "learning modal auto_adaptative_block_learning Normal(4.0f0, 2.0f0)" begin
@testset "learning modal auto_invariant_statistical_loss Normal(4.0f0, 2.0f0)" begin
nn = Chain(Dense(1, 7), elu, Dense(7, 13), elu, Dense(13, 7), elu, Dense(7, 1))
hparams = AutoISLParams(;
max_k=10, samples=1000, epochs=1000, η=1e-2, transform=Normal(0.0f0, 1.0f0)
Expand Down

0 comments on commit a964d05

Please sign in to comment.