% include(header_path)
% if is_active:
% else:
check
% end

Status

% if is_active:

Running

% else:

Finished

% end

equalizer

Epochs

{{ number_epochs }}


timer

Duration

% if 'duration' in locals():

{{ duration }}

% else:

-

% end

Metrics

% if 'loss' in graphs.keys():
timeline
% end % if 'acc' in graphs.keys():
timeline
% end
timeline
% custom_graphs = { k:v for k, v in graphs.items() if not k in ['loss', 'acc'] }
% for i, k in enumerate(custom_graphs): % v, name = custom_graphs[k]['data'], custom_graphs[k]['name'] % active = 'active' if i < 1 else ''
% end
% include(footer_path)