finetuner.tuner.callback.progress_bar module#
- class finetuner.tuner.callback.progress_bar.ProgressBarCallback[source]#
Bases:
finetuner.tuner.callback.base.BaseCallback
A progress bar callback, using the rich progress bar.
- property train_loss_str: str#
- Return type
str
- property val_loss_str: str#
- Return type
str
- on_fit_begin(tuner)[source]#
Called at the start of the
fit
method call, after all setup has been done, but before the training has started.
- on_fit_end(tuner)[source]#
Called at the end of the
fit
method call, after finishing all the epochs.