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.
|
These layers don't affect the structure of the network but may improve training times or reduce overfitting.
|
||||||
|
|
||||||
```@docs
|
```@docs
|
||||||
|
Flux.testmode!
|
||||||
Dropout
|
Dropout
|
||||||
```
|
```
|
||||||
|
@ -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
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user