added slurm no process warning

This commit is contained in:
William Falcon
2019-07-18 17:06:56 -04:00
parent 4e67983f23
commit 5195124d4e
-3
View File
@@ -449,9 +449,6 @@ class Trainer(TrainerIO):
except KeyError as e:
node_rank = 0
print('-'*100)
print(gpu_nb)
print('-'*100)
# recover original exp before went into process
# init in write mode only on proc 0
self.experiment.debug = self.proc_rank > 0