doc fixes

This commit is contained in:
Mike J Innes 2017-11-21 12:29:02 +01:00
parent e5d99d784e
commit 187fddc11c
2 changed files with 1 additions and 3 deletions

View File

@ -36,5 +36,6 @@ swish
These layers don't affect the structure of the network but may improve training times or reduce overfitting. These layers don't affect the structure of the network but may improve training times or reduce overfitting.
```@docs ```@docs
Flux.testmode!
Dropout Dropout
``` ```

View File

@ -58,8 +58,5 @@ All optimisers return a function that, when called, will update the parameters p
SGD SGD
Momentum Momentum
Nesterov Nesterov
RMSProp
ADAM ADAM
ADAGrad
ADADelta
``` ```