From d8e112d4e2818b57587062dded3dbd430a4841d0 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 16:51:23 -0500 Subject: [PATCH] finished lightning module --- pytorch_lightning/callbacks/pt_callbacks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/callbacks/pt_callbacks.py b/pytorch_lightning/callbacks/pt_callbacks.py index 065901c9..57b34f03 100644 --- a/pytorch_lightning/callbacks/pt_callbacks.py +++ b/pytorch_lightning/callbacks/pt_callbacks.py @@ -362,7 +362,6 @@ class GradientAccumulationScheduler(Callback): Args: scheduling (dict): scheduling in format {epoch: accumulation_factor} - Example:: from pytorch_lightning import Trainer