Progress Bar
ProgressBar
|
A spiffy loading bar to display the progress during an optimization. |
ProgressBar
-
class mrmustard.training.progress_bar.ProgressBar(max_steps)[source]
A spiffy loading bar to display the progress during an optimization.
- Parameters:
max_steps (int)
-
step(loss)[source]
Update bar step and the loss information associated with it.
code/training/progress_bar