alr.training.progress_bar.details

Classses

TQDMProgressBar

class alr.training.progress_bar.details.TQDMProgressBar(length, tqdm_args=None)[source]

Bases: alr.training.progress_bar.progress_bar.ProgressBar

finish()[source]
log_message(msg: str)[source]
start()[source]
update(delta_processed=1)[source]

LogFriendlyProgressBar

class alr.training.progress_bar.details.LogFriendlyProgressBar(length)[source]

Bases: alr.training.progress_bar.progress_bar.ProgressBar

finish()[source]
static get_time()[source]
last_flush = 0
log_message(msg: str)[source]
num_sections = 10
static print(text='', end='\n', file=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>)[source]
static print_finish(ips, total_time)[source]
static print_header(num_iterations)[source]
static print_section(elapsed_time, remaining_time)[source]
start()[source]
update(delta_processed=1)[source]

Functions