From 155fb07848c08b8adc120ad72c61de6cd64b3511 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 10:51:15 -0500 Subject: [PATCH] working on trainer docs --- pytorch_lightning/trainer/trainer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytorch_lightning/trainer/trainer.py b/pytorch_lightning/trainer/trainer.py index 20db286b..ca380b12 100644 --- a/pytorch_lightning/trainer/trainer.py +++ b/pytorch_lightning/trainer/trainer.py @@ -395,6 +395,7 @@ class Trainer(TrainerIOMixin, .. deprecated:: 0.5.0 Use `num_sanity_val_steps` instead. Will remove 0.8.0. + truncated_bptt_steps (int): Truncated back prop breaks performs backprop every k steps of a much longer sequence If this is enabled, your batches will automatically get truncated and the trainer will apply Truncated Backprop to it. Make sure your batches have a sequence