{% extends "base.html" %} {% block title %}Training Runs · Sparsifire{% endblock %} {% block content %}
Training Center

SAE Experiments

New Experiment
{% for run in runs %} {% empty %} {% endfor %}
Run ID Dataset Configuration Status Final Loss Created
Run #{{ run.id }} {{ run.epochs }} epochs
{{ run.dataset.name }} {{ run.expansion_factor }}x · k={{ run.k_sparsity }} · α={{ run.alpha_aux }}
{{ run.get_status_display }}
{% if run.final_loss %} {{ run.final_loss|floatformat:4 }} {% else %} {% endif %} {{ run.created_at|date:"d M Y" }}

No training runs found.

Start your first experiment
{% endblock %}