Flux.jl/docs/src
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
..
assets modernize documentation 2019-01-10 15:06:11 +01:00
data Fix and improve docs 2020-04-04 23:00:34 +02:00
models Correcting advanced.md 2020-05-25 23:33:09 +09:00
training Merge #1133 2020-05-15 17:15:07 +00:00
community.md docs mostly fixed 2019-09-10 15:17:07 +01:00
datasets.md Add datasets to docs 2020-04-04 18:19:20 +02:00
ecosystem.md add model zoo reference 2020-02-29 13:50:23 +01:00
gpu.md NNlib docs + misc docs improvements 2020-02-29 11:14:48 +01:00
index.md Fix typo 2018-09-19 16:45:11 +01:00
performance.md Improve whitespaces in docs 2020-04-04 18:16:46 +02:00
saving.md fixes 2019-09-27 21:43:39 +05:30
utilities.md Fix and improve docs 2020-04-04 23:00:34 +02:00