You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alphafold3_pytorch/alphafold3.py
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2407,8 +2407,10 @@ def __init__(
2407
2407
S_tmax=50,
2408
2408
S_noise=1.003,
2409
2409
step_scale=1.5,
2410
+
augment_during_sampling=True,
2410
2411
smooth_lddt_loss_kwargs: dict=dict(),
2411
2412
weighted_rigid_align_kwargs: dict=dict(),
2413
+
centre_random_augmentation_kwargs: dict=dict(),
2412
2414
karras_formulation=False# use the original EDM formulation from Karras et al. Table 1 in https://arxiv.org/abs/2206.00364 - differences are that the noise and sampling schedules are scaled by sigma data, as well as loss weight adds the sigma data instead of multiply in denominator
0 commit comments