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