Skip to content

Commit

Permalink
revert minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Nov 7, 2023
1 parent 35f1166 commit e12167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mii/batching/ragged_batching.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def generate(self) -> None:

def _print_profiled_times(self) -> None:
self._iters += 1
if not (self._iters % 10000 == 0):
if not (self._iters % 100 == 0):
return
for event, times in self._profiled_times.items():
mean_time = sum(times) / len(times)
Expand Down

0 comments on commit e12167b

Please sign in to comment.