mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added slurm no process warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user