Skip to content

Commit

Permalink
Update shimmer_basics.md from "train" to "train and validate" (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasKuske authored May 21, 2024
1 parent ab33eba commit 4db1044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shimmer_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_domain_data(
```

To work with Pytorch Lightning, we will create a `LightningDataModule` class which
will contain the sets to train our model.
will contain the sets to train and validate our model.

```python
from lightning.pytorch import LightningDataModule
Expand Down

0 comments on commit 4db1044

Please sign in to comment.