quaterion.utils.progress_bar module¶
- class FixedLengthProcessionSpeed(style: Union[str, Any])[source]¶
Bases:
ProcessingSpeedColumn
Renders processing speed for the progress bar with fixes length
- class QuaterionProgressBar(refresh_rate: int = 1, leave: bool = False, theme: Optional[RichProgressBarTheme] = None, console_kwargs: Optional[Dict[str, Any]] = None)[source]¶
Bases:
RichProgressBar
- 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.
- property predict_description: str¶