{% include 'main_header.html' %}
{{server_title}}
{{worker_count}} GPU nodes online

{{ results | length }} recent results.
Namespace:


{% if results|length == 0 %}

No experiments found

Get started by running a demonstration experiment here

{% endif %} {% for result in results: %}

{% if not result['finished']: %}
{% endif %}
{{ result['experiment_name'] }}
{{ result['headline'] }}


{% endfor %}