{# Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. #} {% extends "job.html" %} {% block job_content %} {% set task = job.train_task() %}
Solver
{{task.solver_file}}
Network (train/val)
{{task.train_val_file}}
Network (deploy)
{{task.deploy_file}}

Dataset

{% if job.dataset %} {% with dataset = job.dataset %} {% include 'datasets/summary.html' %} {% endwith %} {% endif %}
{% set loss_graph_data = job.train_task().loss_graph_data() %} {% if loss_graph_data %} {% endif %}

{% set lr_graph_data = job.train_task().lr_graph_data() %} {% if lr_graph_data %} {% endif %} {% set task = job.train_task() %}
Accepts a list of filenames or urls (you can use your val.txt file)
Leave blank to use all
This takes a while, be patient.
{% endblock %}