Skip to content

Commit 8d3cab2

Browse files
committed
Fix indentation
1 parent 2eff354 commit 8d3cab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plasma/models/mpi_runner.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ def train_epoch(self):
546546

547547
while ((self.num_so_far - self.epoch * num_total) < num_total
548548
or step < self.num_batches_minimum):
549-
if step_limit > 0 and step > step_limit:
550-
print('reached step limit')
551-
break
549+
if step_limit > 0 and step > step_limit:
550+
print('reached step limit')
551+
break
552552
try:
553553
(batch_xs, batch_ys, batches_to_reset, num_so_far_curr,
554554
num_total, is_warmup_period) = next(batch_iterator_func)

0 commit comments

Comments
 (0)