Skip to content

Commit b766fcb

Browse files
authored
remove extraneous left right gate
1 parent ed39816 commit b766fcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ def __init__(
668668
nn.GLU(dim = -1)
669669
)
670670

671-
self.left_right_gate = LinearNoBias(dim, dim_hidden * 2)
672-
673671
self.out_gate = LinearNoBias(dim, dim_hidden)
674672

675673
if mix == 'outgoing':

0 commit comments

Comments
 (0)