Added missing term 'Data' in 'LigthningModuleAPI' (#3284)
* Added missing term 'Data' in 'LigthningModuleAPI' This could be a possible typo! * Update datamodules.rst Co-authored-by: William Falcon <waf2107@columbia.edu>
This commit is contained in:
parent
cecad9f3ef
commit
8354c4ad6d
|
@ -167,8 +167,8 @@ Here's a more realistic, complex DataModule that shows how much more reusable th
|
|||
|
||||
---------------
|
||||
|
||||
LightningModule API
|
||||
-------------------
|
||||
LightningDataModule API
|
||||
-----------------------
|
||||
To define a DataModule define 5 methods:
|
||||
|
||||
- prepare_data (how to download(), tokenize, etc...)
|
||||
|
|
Loading…
Reference in New Issue