{# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. #} {% extends "job.html" %} {% block head %} {% endblock %} {% block nav %}
  • {{model_job.name()}}
  • Test Many
  • {% endblock %} {% block job_content %} {% if not paths %}

    Inference failed, see job log

    {% endif %} {% endblock %} {% block job_content_details %} {% if header_html %}

    Summary

    {{header_html|safe}}
    {% endif %} {% if app_begin_html %} {{app_begin_html|safe}} {% endif %} {% if paths %}

    Visualizations

    {% for path in paths %} {% set index=loop.index0 %} {% endfor %}
    Image Data
    {{loop.index}} {{path}}{{inference_views_html[index]|safe}}
    {% endif %} {% if app_end_html %} {{app_end_html|safe}} {% endif %} {% endblock %}