using slurm flag to fine node nb

This commit is contained in:
William Falcon 2019-07-08 14:01:59 -04:00
parent 63c113d55b
commit 94da5431cd
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class Trainer(TrainerIO):
# when GPU is called, spawn off a single worker for each gpu
if self.on_gpu:
rank = 0
self.experiment = self.experiment.get_meta_copy()
mp.spawn(self.dp_train, nprocs=len(self.data_parallel_device_ids), args=(model, ))
else: