quaterion.utils.progress_bar module
- class FixedLengthProcessionSpeed(style: Union[str, Any])[source]
Bases:
ProcessingSpeedColumn
Renders processing speed for the progress bar with fixes length
- render(task) Union[ConsoleRenderable, RichCast, str] [source]
Should return a renderable object.
- class QuaterionProgressBar(refresh_rate: int = 1, leave: bool = False, theme: Optional[RichProgressBarTheme] = None, console_kwargs: Optional[Dict[str, Any]] = None)[source]
Bases:
RichProgressBar
- configure_columns(trainer) list [source]
- on_predict_batch_start(trainer: Trainer, pl_module: LightningModule, batch: Any, batch_idx: int, dataloader_idx: int) None [source]
Called when the predict batch begins.
- on_predict_end(trainer: Trainer, pl_module: LightningModule) None [source]
Called when predict ends.