{% import "_macros.html" as macros %}
{% for metric in metrics %} | {% endfor %} | {% for method in methods %} | ||
---|---|---|---|---|
{{ method.name }} | {% for metric in metrics %}{{ method.average[metric.id] }}{{ macros.info_box(method.average, metric.id, metric.name) }} | {% endfor %}{{ method.average.total_train_time }}{{ macros.info_box(method.average, "total_train_time", "train. time") }} | {{ method.average.gpu_memory }}{{ macros.info_box(method.average, "gpu_memory", "GPU mem.") }} |