Fixed link to trainer.py github code (#386)

This commit is contained in:
Luis 2019-10-18 15:36:33 +02:00 committed by William Falcon
parent 416187fd56
commit 5cfff1e5c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Trainer # Trainer
[[Github Code](https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/models/trainer.py)] [[Github Code](https://github.com/williamFalcon/pytorch-lightning/blob/master/pytorch_lightning/trainer/trainer.py)]
The lightning trainer abstracts best practices for running a training, val, test routine. It calls parts of your model when it wants to hand over full control and otherwise makes training assumptions which are now standard practice in AI research. The lightning trainer abstracts best practices for running a training, val, test routine. It calls parts of your model when it wants to hand over full control and otherwise makes training assumptions which are now standard practice in AI research.