{% if refresh %} {% endif %} FEDn Reducer

{% block content %} {% if refresh %}
{% endif %} {% if seed %}
{% if not h_latest_model_id %}
{% else %}
{% for key in model_info.keys() %} {% endfor %}
Model ID Committed at
{{ key }} {{ model_info[key] }}
{% endif %}
{% endif %} {% if not refresh and not seed and not show_plot and not network_plot %}
Active model: {{ compute_package }}
{% endif %} {% endblock %} {% if show_plot %}
Model evaluation
Distribution over clients
Model evaluation
Client average metrics
Aggregated client profile and training time distribution
{% endif %} {% if network_plot %}
FEDn network
Round time
Combiners
{% if not combiner_info %} {% else %} {% for dict_item in combiner_info %} {% endfor %}
Name Active clients IP Country Region City
{{ dict_item['name'] }} {{ dict_item['nr_active_clients'] }} {{ dict_item['ip'] }} {{ dict_item['country'] }} {{ dict_item['region'] }} {{ dict_item['city'] }}
{% endif %}
Combiner load
Controller MEM and CPU Monitoring
{% endif %}