Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chandramouli-sastry authored Jan 16, 2024
1 parent 1363e15 commit 2458567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __call__(self, x):

x = nn.MultiHeadDotProductAttention(
num_heads=self.num_heads,
use_bias=False,
use_bias=True,
kernel_init=nn.initializers.xavier_uniform())(probe, x)

y = nn.LayerNorm()(x)
Expand Down

0 comments on commit 2458567

Please sign in to comment.