From 523cc9f2bea8640eeecdfee85ee64732db1ce497 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 8 Jul 2019 09:50:45 -0400 Subject: [PATCH] added multi-node proc 0 ip reading --- pytorch_lightning/models/trainer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index bdd0868045..77a8c91cdf 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -86,7 +86,6 @@ class Trainer(TrainerIO): self.lr_schedulers = [] self.amp_level = amp_level self.print_nan_grads = print_nan_grads - self.data_parallel_device_ids = gpus # gpus come in as a string. # if gpus = -1 then use all available devices