Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Sep 21, 2023
1 parent 7ec6cf7 commit 3c8967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithmic_efficiency/workloads/criteo1tb/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def _eval_model_on_split(self,
if USE_PYTORCH_DDP:
dist.all_reduce(loss)

mean_loss = loss.item() / num_examples
mean_loss = loss.item()
return {'loss': mean_loss}

0 comments on commit 3c8967a

Please sign in to comment.