From 4c593df2d6ac7623e01961fb35369aa25ec7f01a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 09:50:13 -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 758de820..2f76432f 100644 --- a/pytorch_lightning/trainer/trainer.py +++ b/pytorch_lightning/trainer/trainer.py @@ -418,6 +418,7 @@ class Trainer(TrainerIOMixin, trainer = Trainer(resume_from_checkpoint='some/path/to/my_checkpoint.ckpt') """ # + # .. warning:: Following arguments become deprecated and they will be removed in v0.8.0: # - `nb_sanity_val_steps`