STATUS#
Classes#
Functions#
- utils.status.padded_print(string, max_width, **kwargs)[source]#
Prints a string with blank spaces to reach the max_width.
- utils.status.progress_bar(i, max_iter, epoch, task_number, loss)[source]#
Prints out the progress bar on the stderr file.
- utils.status.padded_print(string, max_width, **kwargs)[source]#
Prints a string with blank spaces to reach the max_width.