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`