Skip to content

Commit

Permalink
Fix Norm error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lornatang committed Jan 20, 2021
1 parent a817276 commit 5301c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Expand Up @@ -63,7 +63,7 @@
with torch.no_grad():
generated_images = model(noise)

vutils.save_image(generated_images, f"{args.outf}/test.png")
vutils.save_image(generated_images, f"{args.outf}/test.png", normalize=True)
print("##################################################\n")

logger.info("Test completed successfully.\n")

0 comments on commit 5301c3f

Please sign in to comment.