{% extends "base.html" %} {% load url %} {% load profiles %} {% load evaluation_extras %} {% load static %} {% block breadcrumbs %}
{% endblock %} {% block topbar2 %} {% include "evaluation/partials/phase_navbar.html" %} {% endblock %} {% block content %} {% if not object.submission.phase.public %}{{ metrics|json_dumps }}
{% else %}
| Metric | Value | |
|---|---|---|
| {{ object.interface.title }} | {% if object.interface.kind == 'STR' %}{{ object.value|slice:"1:-1" }} | {% else %}{{ object.value }} | {% endif %}
The successful completion of the algorithm jobs listed below is a prerequisite for executing the evaluation method on the predictions. Any algorithm jobs mentioned here that have not encountered failures or been cancelled are presently undergoing execution within the platform. Your patience is appreciated during this process. If any of these algorithm jobs have unfortunately failed, it is typically necessary to get in touch with the participant to address any issues within their algorithm container. A job is only marked as cancelled if another job within this set has experienced a failure.
| ID | Created | Status |
|---|---|---|
| {{ job.pk }} | {{ job.created }} | {% if job.animate %} {% endif %} {{ job.get_status_display }} |
{% if object.stdout %}{{ object.stdout }}{% else %}No logs found on stdout{% endif %}
{# @formatter:on #}
{% if object.stderr %}{{ object.stderr }}{% else %}No logs found on stderr{% endif %}
{# @formatter:on #}