We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83a8f4 commit 24c1729Copy full SHA for 24c1729
src/lightning/pytorch/callbacks/progress/rich_progress.py
@@ -86,7 +86,7 @@ def run(self) -> None:
86
with self.live._lock:
87
self.live.refresh()
88
self.refresh_cond = False
89
- time.sleep(0.001)
+ time.sleep(0.005)
90
91
def stop(self) -> None:
92
self.done.set()
0 commit comments