% if is_active:
Metrics
% if 'loss' in graphs.keys():
% 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