Update README.md
This commit is contained in:
parent
7bb245d179
commit
08d966db01
|
@ -109,7 +109,6 @@ The LightningModule defines a *system* such as seq-2-seq, GAN, etc... It can ALS
|
||||||
|
|
||||||
To use lightning do 2 things:
|
To use lightning do 2 things:
|
||||||
1. [Define a LightningModule](https://pytorch-lightning.rtfd.io/en/latest/lightning-module.html)
|
1. [Define a LightningModule](https://pytorch-lightning.rtfd.io/en/latest/lightning-module.html)
|
||||||
**WARNING:** This syntax is for version 0.5.0+ where abbreviations were removed.
|
|
||||||
```python
|
```python
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue