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 a30d8f1 commit e4220e5Copy full SHA for e4220e5
src/layers.jl
@@ -149,7 +149,7 @@ Deep Equilibrium Network as proposed in [baideep2019](@cite) and [pal2022mixing]
149
150
## Example
151
152
-```jldoctest
+```julia
153
julia> using DeepEquilibriumNetworks, Lux, Random, OrdinaryDiffEq
154
155
julia> model = DeepEquilibriumNetwork(Parallel(+, Dense(2, 2; use_bias=false),
@@ -230,7 +230,7 @@ For keyword arguments, see [`DeepEquilibriumNetwork`](@ref).
230
231
232
233
234
julia> using DeepEquilibriumNetworks, Lux, Random, NonlinearSolve
235
236
julia> main_layers = (Parallel(+, Dense(4 => 4, tanh; use_bias=false),
0 commit comments