updated args

This commit is contained in:
William Falcon 2019-06-26 17:52:14 -04:00
parent 808e86b17c
commit 0b1e22ac51
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class Trainer(TrainerIO):
# forward pass
# return a scalar value and a dic with tqdm metrics
output = self.model(data_batch, batch_nb, False)
output = self.model(data_batch, batch_nb)
# when DP, we need to aggregate the scalars we received as outputs
# use mean as the reduce function