File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tensorflow_addons/seq2seq Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1664,8 +1664,8 @@ def __init__(
16641664 `get_initial_state` which does not match the batch size of
16651665 `initial_cell_state`, proper behavior is not guaranteed.
16661666 name: Name to use when creating ops.
1667- attention_layer: A list of `tf.tf. keras.layers.Layer` instances or a
1668- single `tf.tf. keras.layers.Layer` instance taking the context
1667+ attention_layer: A list of `tf.keras.layers.Layer` instances or a
1668+ single `tf.keras.layers.Layer` instance taking the context
16691669 and cell output as inputs to generate attention at each time step.
16701670 If None (default), use the context as attention at each time step.
16711671 If attention_mechanism is a list, attention_layer must be a list of
You can’t perform that action at this time.
0 commit comments