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
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2444,7 +2444,7 @@ def __init__(
2444
2444
smooth_lddt_loss_kwargs: dict=dict(),
2445
2445
weighted_rigid_align_kwargs: dict=dict(),
2446
2446
centre_random_augmentation_kwargs: dict=dict(),
2447
-
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
2447
+
karras_formulation=True,# 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