Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 40b799b

Browse files
authored
Update 20200616-keras-multihead-attention.md
1 parent 6b1b201 commit 40b799b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rfcs/20200616-keras-multihead-attention.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,11 @@ No dependencies.
311311

312312
* We will first introduce the layer as
313313
`tf.keras.layers.experimental.MultiHeadAttention` and
314-
`tf.keras.layers.experimental.EinsumDense`.
314+
`tf.keras.layers.experimental.EinsumDense`. When the APIs are stable and
315+
functionalities are fully verified, the next step is to
316+
graduate as core keras layers by removing `experimental` scope.
317+
318+
315319

316320
## Detailed Design
317321

0 commit comments

Comments
 (0)