![]() 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) ``` |
||
---|---|---|
.. | ||
src | ||
Project.toml | ||
make.jl |
![]() 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) ``` |
||
---|---|---|
.. | ||
src | ||
Project.toml | ||
make.jl |