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 f3c8483 commit 62a15ceCopy full SHA for 62a15ce
examples/unconditional_image_generation/train_unconditional.py
@@ -599,7 +599,6 @@ def transform_images(examples):
599
batch_size=args.eval_batch_size,
600
num_inference_steps=args.ddpm_num_inference_steps,
601
output_type="numpy",
602
- num_inference_steps=args.ddpm_num_steps,
603
).images
604
605
# denormalize the images and save to tensorboard
0 commit comments