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 2f24cb7 commit daaacf9Copy full SHA for daaacf9
src/lightning/pytorch/callbacks/progress/rich_progress.py
@@ -109,7 +109,7 @@ def stop(self) -> None:
109
refresh_thread.join()
110
111
def soft_refresh(self) -> None:
112
- if self.live.auto_refresh:
+ if self.live.auto_refresh and isinstance(self.live._refresh_thread, _RefreshThread):
113
self.live._refresh_thread.refresh_cond = True
114
115
def add_task(
0 commit comments