We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9358cd6 commit 03dd86fCopy full SHA for 03dd86f
src/models.jl
@@ -83,7 +83,7 @@ function medium_angular_dense(;
83
general_angular_dense(
84
Parallel(.*,
85
Chain(Dense(6 => 15, elu),
86
- Dense(15 => 5, elu)),
+ Dense(15 => 10, elu)),
87
Lux.WrappedFunction(scale_factor)
88
),
89
Chain(
0 commit comments