Skip to content

Commit

Permalink
Push test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrabbe committed Nov 30, 2023
1 parent 2e3d3a3 commit d202c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, cfg: DictConfig) -> None:
)

def sample(self) -> None:
# Sample from the model
# Sample from score model
X = self.sampler.sample(
num_samples=self.num_samples, num_diffusion_steps=self.num_diffusion_steps
)
Expand Down

0 comments on commit d202c75

Please sign in to comment.