We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bb5d commit 4d1abb8Copy full SHA for 4d1abb8
alphafold3_pytorch/alphafold3.py
@@ -1962,7 +1962,7 @@ def __init__(
1962
rho = 7, # controls the sampling schedule
1963
P_mean = -1.2, # mean of log-normal distribution from which noise is drawn for training
1964
P_std = 1.5, # standard deviation of log-normal distribution from which noise is drawn for training
1965
- S_churn = 80, # parameters for stochastic sampling - depends on dataset, Table 5 in apper
+ S_churn = 80, # parameters for stochastic sampling - depends on dataset, Table 5 in paper
1966
S_tmin = 0.05,
1967
S_tmax = 50,
1968
S_noise = 1.003,
0 commit comments