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 7178af1 commit 8ec051fCopy full SHA for 8ec051f
src/lightning/pytorch/callbacks/progress/rich_progress.py
@@ -24,6 +24,7 @@
24
from lightning.pytorch.callbacks.progress.progress_bar import ProgressBar
25
from lightning.pytorch.utilities.imports import _RICH_AVAILABLE
26
from lightning.pytorch.utilities.types import STEP_OUTPUT
27
+from lightning_utilities.core.apply_func import apply_to_collection
28
29
if _RICH_AVAILABLE:
30
from rich import get_console, reconfigure
0 commit comments