Skip to content

Commit edc6d51

Browse files
authored
Update denoising_diffusion_pytorch_1d.py
1 parent 207d23a commit edc6d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denoising_diffusion_pytorch/denoising_diffusion_pytorch_1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def __init__(
414414
beta_schedule = 'cosine',
415415
p2_loss_weight_gamma = 0.,
416416
p2_loss_weight_k = 1,
417-
ddim_sampling_eta = 1.
417+
ddim_sampling_eta = 0.
418418
):
419419
super().__init__()
420420
self.model = model

0 commit comments

Comments
 (0)