"...csrc/ops/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "ad9cc62a6521a209cd65a6fe760945b860aad863"
Commit a4b767b7 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 346790357
parent 37c9f3d3
...@@ -476,7 +476,7 @@ class BigBirdAttention(tf.keras.layers.MultiHeadAttention): ...@@ -476,7 +476,7 @@ class BigBirdAttention(tf.keras.layers.MultiHeadAttention):
attention_output = self._compute_attention(query, key, value, attention_output = self._compute_attention(query, key, value,
attention_mask) attention_mask)
attention_output.set_shape([None, None, self._num_heads, self._key_dim]) attention_output.set_shape([None, None, self._num_heads, self._value_dim])
attention_output = self._output_dense(attention_output) attention_output = self._output_dense(attention_output)
return attention_output return attention_output
......
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