{% block content %}
{% if refresh %}
{% endif %}
{% if seed %}
{% endif %}
{% if not refresh and not seed and not show_plot and not network_plot %}
{% endif %}
{% endblock %}
{% if show_plot %}
{% if not box_plot %}
{% else %}
{% endif %}
{% endif %}
{% if network_plot %}
{% endif %}
{% if not h_latest_model_id %}
{% else %}
{% endif %}
Model ID | Committed at |
---|---|
{{ key }} | {{ model_info[key] }} |
Active model: {{ compute_package }}
Model evaluation
Distribution over clients
Model evaluation
Client average metrics
{% if not table_plot %}
{% else %}
{% endif %}
Aggregated client profile and training time distribution
{% if not clients_plot %}
{% else %}
{% endif %}
FEDn network (map)
{% if not map_plot %}
{% else %}
{% endif %}
Combiners
{% if not combiner_info %}
{% else %}
{% endif %}
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'] }} |
Round time
{% if not round_time_plot %}
{% else %}
{% endif %}
Combiner load
{% if not combiners_plot %}
{% else %}
{% endif %}
Controller MEM and CPU Monitoring
{% if not mem_cpu_plot %}
{% else %}
{% endif %}