Skip to content

Commit

Permalink
Update alphafold3.py (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Oct 4, 2024
1 parent b6c8b17 commit 72183b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold3_pytorch/alphafold3.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def __init__(
self,
*,
dim,
expansion_factor = 4
expansion_factor = 2
):
super().__init__()
dim_inner = int(dim * expansion_factor)
Expand Down

0 comments on commit 72183b4

Please sign in to comment.