Skip to content

Commit 72183b4

Browse files
authored
Update alphafold3.py (#306)
1 parent b6c8b17 commit 72183b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def __init__(
529529
self,
530530
*,
531531
dim,
532-
expansion_factor = 4
532+
expansion_factor = 2
533533
):
534534
super().__init__()
535535
dim_inner = int(dim * expansion_factor)

0 commit comments

Comments
 (0)