Skip to content

Commit

Permalink
Resolve conflict and merge, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
chao1224 committed Jul 20, 2024
1 parent 8006b65 commit 369c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProteinDT/models/model_SDE.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def prior_logp(self, z):

def discretize(self, x, t):
"""Discretize the SDE in the form: x_{i+1} = x_i + f_i(x_i) + G_i z_i.
Useful for reverse diffusion sampling and probabiliy flow sampling.
Useful for reverse diffusion sampling and probability flow sampling.
Defaults to Euler-Maruyama discretization.
Args:
x: a torch tensor
Expand Down

0 comments on commit 369c3ce

Please sign in to comment.