mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
updated doc indexes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
The lightning training loop handles everything except the actual computations of your model. To decide what will happen in your training loop, define the [training_step function](../../Pytorch-lightning/LightningModule/#training_step).
|
The lightning training loop handles everything except the actual computations of your model. To decide what will happen in your training loop, define the [training_step function](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#training_step).
|
||||||
|
|
||||||
Below are all the things lightning automates for you in the training loop.
|
Below are all the things lightning automates for you in the training loop.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
The lightning validation loop handles everything except the actual computations of your model. To decide what will happen in your validation loop, define the [validation_step function](../../Pytorch-lightning/LightningModule/#validation_step).
|
The lightning validation loop handles everything except the actual computations of your model. To decide what will happen in your validation loop, define the [validation_step function](https://williamfalcon.github.io/pytorch-lightning/LightningModule/RequiredTrainerInterface/#validation_step).
|
||||||
Below are all the things lightning automates for you in the validation loop.
|
Below are all the things lightning automates for you in the validation loop.
|
||||||
|
|
||||||
**Note**
|
**Note**
|
||||||
|
|||||||
Reference in New Issue
Block a user