{% 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 %}
{% 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
Aggregated client profile and training time distribution
FEDn network
Round time
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'] }} |