From fbd0f0bce150e96aa2e26bf1a25ff5656254803a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 09:55:55 -0500 Subject: [PATCH] working on trainer docs --- pytorch_lightning/trainer/trainer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/trainer/trainer.py b/pytorch_lightning/trainer/trainer.py index 2f76432f..758de820 100644 --- a/pytorch_lightning/trainer/trainer.py +++ b/pytorch_lightning/trainer/trainer.py @@ -418,7 +418,6 @@ 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`