Skip to content

Commit

Permalink
Add MultiHeadAttention layer to list of supported layers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Dec 31, 2023
1 parent b35deb9 commit 7a574b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Would you like to build/train a model using Keras/Python? And would you like to
* `UpSampling1D/2D`, `Resizing`
* `Reshape`, `Permute`, `RepeatVector`
* `Embedding`, `CategoryEncoding`
* `Attention`, `AdditiveAttention`
* `Attention`, `AdditiveAttention`, `MultiHeadAttention`


### Also supported
Expand All @@ -78,7 +78,7 @@ Would you like to build/train a model using Keras/Python? And would you like to
`GRUCell`, `Hashing`,
`IntegerLookup`,
`LocallyConnected1D`, `LocallyConnected2D`,
`LSTMCell`, `Masking`, `MultiHeadAttention`,
`LSTMCell`, `Masking`,
`RepeatVector`, `RNN`, `SimpleRNN`,
`SimpleRNNCell`, `StackedRNNCells`, `StringLookup`, `TextVectorization`,
`ThresholdedReLU`, `Upsampling3D`, `temporal` models
Expand Down

0 comments on commit 7a574b7

Please sign in to comment.