{% extends "base.html" %} {% block content %}
{% for k, v in params.items() %} {% endfor %}
Experiment: {{ short_id }}
Created {{ created }}
Command {{ command }}
Parameters
{{ k }} {{ v }}
{% for i in all_metrics %} {% endfor %} {% for ch in checkpoints %} {% if ch["best"] %} {% else %} {% endif %} {% for i in all_metrics %} {% if i in ch["metrics"] %} {% else %} {% endif %} {% endfor %} {% endfor %}
Checkpoints
ID Created Step{{ i }}
{{ ch["id"]~" (best)" }}{{ ch["id"] }}{{ ch["created"] }} {{ ch["step"] }}{{ "%.3f"|format(ch["metrics"][i]) }}
Delete
{% endblock %}