From 4c7c9333262138e1980e4778f1067d1f9fa73bc6 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 16 Oct 2019 09:25:34 -0400 Subject: [PATCH] fix demo --- examples/domain_templates/gan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/domain_templates/gan.py b/examples/domain_templates/gan.py index 8a31b746..5a94fcd4 100644 --- a/examples/domain_templates/gan.py +++ b/examples/domain_templates/gan.py @@ -178,7 +178,6 @@ class GAN(pl.LightningModule): self.logger.experiment.add_image(f'generated_images', grid, self.current_epoch) - def main(hparams): # ------------------------