doc fixes
This commit is contained in:
parent
e5d99d784e
commit
187fddc11c
|
@ -36,5 +36,6 @@ swish
|
|||
These layers don't affect the structure of the network but may improve training times or reduce overfitting.
|
||||
|
||||
```@docs
|
||||
Flux.testmode!
|
||||
Dropout
|
||||
```
|
||||
|
|
|
@ -58,8 +58,5 @@ All optimisers return a function that, when called, will update the parameters p
|
|||
SGD
|
||||
Momentum
|
||||
Nesterov
|
||||
RMSProp
|
||||
ADAM
|
||||
ADAGrad
|
||||
ADADelta
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue