{% extends "base.html" %} {% block content %}
ID | {{ exp1["short_id"] }} | {{ exp2["short_id"] }} |
---|---|---|
Command | {{ exp1["command"] }} | {{ exp2["command"] }} |
Created | {{ exp1["created"] }} | {{ exp2["created"] }} |
Parameters | ||
{{ i }} | {{ exp1["params"].get(i, "") }} | {{ exp2["params"].get(i, "") }} |
Metrics | ||
{{ i }} | {{ exp1["best_metrics"].get(i, "") }} | {{ exp2["best_metrics"].get(i, "") }} |