From ef3fe538014ef273e6d31c0c5709ae5833be6a5e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 15:36:40 -0500 Subject: [PATCH] cleared spaces --- pytorch_lightning/core/lightning.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/core/lightning.py b/pytorch_lightning/core/lightning.py index 841a8bb2..93689ac2 100644 --- a/pytorch_lightning/core/lightning.py +++ b/pytorch_lightning/core/lightning.py @@ -680,7 +680,6 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks): @abstractmethod def configure_optimizers(self): r""" - This is where you choose what optimizers and learning-rate schedulers to use in your optimization. Normally you'd need one. But in the case of GANs or something more esoteric you might have multiple.