Flux.jl/docs
Troels Arnfred Bojesen 17bb00a3fa
Correcting advanced.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)
```
2020-05-25 23:33:09 +09:00
..
src Correcting advanced.md 2020-05-25 23:33:09 +09:00
Project.toml fix docs 2020-03-02 15:08:37 +01:00
make.jl Update doctest version guard (1.2 -> 1.4) 2020-04-06 13:53:36 +02:00