quaterion.utils.progress_bar 模块¶
- class QuaterionProgressBar(refresh_rate: int = 1, leave: bool = False, theme: RichProgressBarTheme | None = None, console_kwargs: Dict[str, Any] | None = None)[源]¶
基类:
RichProgressBar
- on_predict_batch_start(trainer: Trainer, pl_module: LightningModule, batch: Any, batch_idx: int, dataloader_idx: int) None [源]¶
在预测批次开始时调用。
- property predict_description: str¶