added slurm no process warning
This commit is contained in:
parent
ad44d9168b
commit
c02b6c4c88
|
@ -311,6 +311,7 @@ class Trainer(TrainerIO):
|
||||||
# -----------------
|
# -----------------
|
||||||
# RUN VALIDATION STEP
|
# RUN VALIDATION STEP
|
||||||
# -----------------
|
# -----------------
|
||||||
|
print('validating...')
|
||||||
if self.use_ddp:
|
if self.use_ddp:
|
||||||
output = model(data_batch, batch_i)
|
output = model(data_batch, batch_i)
|
||||||
elif self.use_dp:
|
elif self.use_dp:
|
||||||
|
|
Loading…
Reference in New Issue