"torchvision/vscode:/vscode.git/clone" did not exist on "7f55a1b3a0296f97abaf55294857ece7c66be918"
Commit a977b4e1 authored by Philip Pham's avatar Philip Pham Committed by A. Unique TensorFlower
Browse files

Fix typo in TransformerEncoderBlock docstring

PiperOrigin-RevId: 383660517
parent f3022ed8
......@@ -249,7 +249,7 @@ class TransformerEncoderBlock(tf.keras.layers.Layer):
attention.
Returns:
An ouput tensor with the same dimensions as input/query tensor.
An output tensor with the same dimensions as input/query tensor.
"""
if isinstance(inputs, (list, tuple)):
if len(inputs) == 2:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment