Updated docs with AlphaDropout

This commit is contained in:
Manjunath Bhat 2019-03-04 01:10:12 +05:30 committed by GitHub
parent b5533ee00b
commit 922e9c9bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,5 +50,6 @@ These layers don't affect the structure of the network but may improve training
Flux.testmode!
BatchNorm
Dropout
AlphaDropout
LayerNorm
```