Skip to content

Commit 11e0b8a

Browse files
authored
Update alphafold3.py (#186)
1 parent 43ccb98 commit 11e0b8a

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
@@ -5015,7 +5015,7 @@ def __init__(
50155015
num_pde_bins: int | None = None,
50165016
sigma_data = 16,
50175017
num_rollout_steps = 20,
5018-
diffusion_num_augmentations = 4,
5018+
diffusion_num_augmentations = 48,
50195019
loss_confidence_weight = 1e-4,
50205020
loss_distogram_weight = 1e-2,
50215021
loss_diffusion_weight = 4.,

0 commit comments

Comments
 (0)