mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-08 17:11:08 +08:00
renamed options
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
The asdf
|
||||
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).
|
||||
|
||||
Below are all the things lightning automates for you in the training loop.
|
||||
|
||||
---
|
||||
#### Accumulated gradients
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
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).
|
||||
|
||||
Below are all the things lightning automates for you in the validation loop.
|
||||
Reference in New Issue
Block a user