{% extends "tasks/view.html" %} {% block additional %} {% set task_resources=task.list_resources() %} {% if task.is_finished() and task_resources|length > 0 %}

{% for resource in task_resources %} {% if resource.type.name == 'MATRIXNET_TESTING_PREDICTIONS' %} {% endif %} {% endfor %}
Result:
test.tsv.matrixnet predictions
resource id: {{resource.id}}
learn command: {{resource.name}}
test command: ./matrixnet -A -f learn.tsv -t test.tsv
http {{resource.remote_http()}}
scp {{resource.get_host()}}:{{resource.remote_path()}}

{% endif %} {% endblock %}