tiny spelling error (#295)

This commit is contained in:
Wouter van Amsterdam
2019-10-04 07:14:30 -04:00
committed by William Falcon
parent 41236c7bbb
commit 63c475c600
+2 -2
View File
@@ -36,7 +36,7 @@ But of course the fun is in all the advanced things it can do:
- [Log GPU usage](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#Log-gpu-usage)
- [Make model overfit on subset of data](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#make-model-overfit-on-subset-of-data)
- [Print the parameter count by layer](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-the-parameter-count-by-layer)
- [Pring which gradients are nan](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-which-gradients-are-nan)
- [Print which gradients are nan](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-which-gradients-are-nan)
- [Print input and output size of every module in system](https://williamfalcon.github.io/pytorch-lightning/LightningModule/properties/#example_input_array)
@@ -84,4 +84,4 @@ But of course the fun is in all the advanced things it can do:
**Testing loop**
- [Run test set](https://williamfalcon.github.io/pytorch-lightning/Trainer/Testing%20loop/)
- [Run test set](https://williamfalcon.github.io/pytorch-lightning/Trainer/Testing%20loop/)