{# Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. #} {% extends "layout.html" %} {% block nav %}
  • {{job.name()}}
  • Classify Many
  • {% endblock %} {% block content %} {% if show_ground_truth %}{% endif %} {% for path in paths %} {% set result = classifications[loop.index0] %} {% set ground_truth = ground_truths[loop.index0] %} {% if show_ground_truth %}{% endif %} {% for r in result %} {% endfor %} {% endfor %}
    PathGround truthTop predictions
    {{path}}{% if ground_truth is not none%}{{ground_truth}}{% endif %} {{r[0]}} {{r[1]}}%
    {% endblock %}