Update README.md

This commit is contained in:
William Falcon 2020-09-23 07:39:46 -04:00 committed by GitHub
parent c0e26b8766
commit 2db86381c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ from torchvision import transforms
import pytorch_lightning as pl import pytorch_lightning as pl
``` ```
#### Step 1: Define a LightningModule #### Step 1: Define a LightningModule (nn.Module subclass)
A LightningModule defines a full *system* (ie: a GAN, autoencoder, BERT or a simple Image Classifier). A LightningModule defines a full *system* (ie: a GAN, autoencoder, BERT or a simple Image Classifier).
```python ```python