Skip to content

Commit 5c9635a

Browse files
committed
fix bug in benchmark loop
1 parent 0329c02 commit 5c9635a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

benchmark/optim_loop_wrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,3 @@ def training_loop(
216216

217217
if self.after_epoch_actions is not None:
218218
self.after_epoch_actions(self.model, self.primal_opt, self.dual_opt, epoch)
219-
if hasattr(self.dual_opt, "update_penalties"):
220-
self.dual_opt.update_penalties()

0 commit comments

Comments
 (0)