We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6031a8 commit 5401505Copy full SHA for 5401505
official/nlp/modeling/layers/transformer_encoder_block.py
@@ -30,7 +30,7 @@ def __init__(
30
self,
31
axis: Union[int , Sequence[int]] = -1,
32
epsilon: float = 1e-6,
33
- **kwargs,
+ **kwargs
34
):
35
"""Initializes RMSNorm.
36
0 commit comments