mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
cleared spaces
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user