Skip to content

Commit

Permalink
Add extended dropout support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Jan 19, 2019
1 parent a16289d commit 7131b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Layer types typically used in image recognition/generation are supported, making
* `Bidirectional`, `Embedding`, `GRU`, `LSTM`, `TimeDistributed`
* `Conv1D/2D`, `SeparableConv2D`, `DepthwiseConv2D`
* `Cropping1D/2D`, `ZeroPadding1D/2D`
* `BatchNormalization`, `Dense`, `Dropout`, `Flatten`
* `BatchNormalization`, `Dense`, `Flatten`
* `Dropout`, `AlphaDropout`, `GaussianDropout`
* `SpatialDropout1D`, `SpatialDropout2D`, `SpatialDropout3D`
* `MaxPooling1D/2D`, `GlobalMaxPooling1D/2D`
* `ELU`, `LeakyReLU`, `ReLU`, `SeLU`, `PReLU`
* `Sigmoid`, `Softmax`, `Softplus`, `Tanh`
Expand All @@ -68,7 +70,6 @@ Layer types typically used in image recognition/generation are supported, making

### Currently not supported are the following:
`ActivityRegularization`,
`AlphaDropout`,
`AveragePooling3D`,
`Conv2DTranspose`,
`Conv3D`,
Expand All @@ -77,7 +78,6 @@ Layer types typically used in image recognition/generation are supported, making
`CuDNNLSTM`,
`Cropping3D`,
`Dot`,
`GaussianDropout`,
`GaussianNoise`,
`GRUCell`,
`Lambda`,
Expand Down

0 comments on commit 7131b64

Please sign in to comment.