Easy federated learning for any pytorch ML model
Clients:({{ clients_count }})
{% for pt in clients %}
{{ pt.ModelType }}.{{ pt.id }}.{{ pt.name }}: {% if pt.check_model_file %}
{% endif %}
{{ pt.loss }}
{% endfor %}