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
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2407,7 +2407,8 @@ def __init__(
2407
2407
S_tmax=50,
2408
2408
S_noise=1.003,
2409
2409
smooth_lddt_loss_kwargs: dict=dict(),
2410
-
weighted_rigid_align_kwargs: dict=dict()
2410
+
weighted_rigid_align_kwargs: dict=dict(),
2411
+
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