{# Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. #} {% extends "job.html" %} {% block nav %}
  • {{model_job.job_type()}}
  • Top N
  • {% endblock %} {% block job_content %} {% if not results %}

    Classification failed, see job log

    {% endif %} {% endblock %} {% block job_content_details %} {% if results %} {% for result in results %} {% endfor %}
    Category Top images for this category

    {{result[0]}}

    {% endif %} {% endblock %}