From 519f70edf02a69e0a07520df290545734cf1f288 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 15 Jan 2020 20:57:04 -0500 Subject: [PATCH] finished callbacks --- pytorch_lightning/trainer/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pytorch_lightning/trainer/__init__.py b/pytorch_lightning/trainer/__init__.py index e8b9dc05..e3ffd3e1 100644 --- a/pytorch_lightning/trainer/__init__.py +++ b/pytorch_lightning/trainer/__init__.py @@ -2,8 +2,7 @@ Trainer ==================================== - -The lightning trainer abstracts best practices for running a training, val, test routine. +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.