Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jun 13, 2023
2 parents ed7acf1 + a5de508 commit 3f9fb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfts/layers/attention_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class FullAttention(tf.keras.layers.Layer):
"""Multi-head attention layer"""

def __init__(self, hidden_size: int, num_heads: int, attention_dropout: float = 0.0, **kwargs):
def __init__(self, hidden_size: int, num_heads: int, attention_dropout: float = 0.0):
"""Initialize the layer.
Parameters:
Expand Down

0 comments on commit 3f9fb3b

Please sign in to comment.