finished rebase

This commit is contained in:
William Falcon
2020-01-21 13:49:21 -05:00
parent 333cd2dd67
commit acfffe1822
+1
View File
@@ -11,6 +11,7 @@ The trainer automates all parts of training except:
- which optimizers to use
- how to do the computations
The Trainer delegates those calls to your LightningModule which defines how to do those parts.
This is the basic use of the trainer: