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.
2 parents 6cab236 + 74c50b8 commit 9c1ce24Copy full SHA for 9c1ce24
docs/src/index.md
@@ -178,7 +178,7 @@ Functors.@functor Layer
178
# Both array fields will be, for example, moved to the GPU:
179
Functors.children(Layer(3)) # (alpha = [...], beta = [...], length)
180
181
-Optimisers.trainable(x::Layer) = (; alpha = x.alpha) # must be a subset of chidlren
+Optimisers.trainable(x::Layer) = (; alpha = x.alpha) # must be a subset of children
182
183
# Only the first field will be optimised:
184
st = Optimisers.setup(DecayDescent(0.1), Layer(3))
0 commit comments