{# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. #} {% extends "job.html" %} {% block nav %}
Classification failed, see job log
{% for label in labels %} | {{label}} | {% endfor %}Per-class accuracy |
---|---|---|
{{labels[label_idx]}} | {% for column in row %} {% set column_idx = loop.index[0] %}{{column}} | {% endfor %}{{per_class_accuracy[label_idx]}}% |
Path | {% if show_ground_truth %}Ground truth | {% endif %}Top predictions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{path}} | {% if show_ground_truth %}{% if ground_truth is not none%}{{ground_truth}}{% endif %} | {% endif %} {% for r in result %}{{r[0]}} | {{r[1]}}% | {% endfor %}