From 5cfff1e5c19fc4f566de449df2d1a2cdef3a5edb Mon Sep 17 00:00:00 2001 From: Luis <30115537+Lawiss@users.noreply.github.com> Date: Fri, 18 Oct 2019 15:36:33 +0200 Subject: [PATCH] Fixed link to trainer.py github code (#386) --- docs/Trainer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Trainer/index.md b/docs/Trainer/index.md index 7731e4e4..88779797 100644 --- a/docs/Trainer/index.md +++ b/docs/Trainer/index.md @@ -1,5 +1,5 @@ # 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.