Skip to content

Commit

Permalink
turning on sync for distributed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rballeba committed Aug 16, 2024
1 parent f70aa9e commit b070e88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ def log_accuracies(
acc_fun,
x_hat,
y,
step,
sync_dist=True
step
)
for accuracy in accuracies:
self.log(
Expand Down

0 comments on commit b070e88

Please sign in to comment.