![]() To make the example consistent, it should be ``` julia> Flux.trainable(a::Affine) = (a.W,) ``` not ``` julia> Flux.trainable(a::Affine) = (a.W, a.b) ``` |
||
---|---|---|
.. | ||
advanced.md | ||
basics.md | ||
layers.md | ||
nnlib.md | ||
recurrence.md | ||
regularisation.md |
![]() To make the example consistent, it should be ``` julia> Flux.trainable(a::Affine) = (a.W,) ``` not ``` julia> Flux.trainable(a::Affine) = (a.W, a.b) ``` |
||
---|---|---|
.. | ||
advanced.md | ||
basics.md | ||
layers.md | ||
nnlib.md | ||
recurrence.md | ||
regularisation.md |