{% extends 'base.html' %} {% block title %}专属边缘模型库 | 智蔓 SmartVine{% endblock %} {% block content %}

边缘节点专属权重库 (Online-FCL)

系统架构:云端聚合 + 边缘个性化微调
累计产出模型

{{ stats.total }}

在线激活权重

{{ stats.active }}

节点覆盖率

{{ stats.coverage }}

{% for model in models_list %} {% empty %} {% endfor %}
农场/节点名称 部署地域 当前激活版本 本地 mAP@0.5 聚合轮次 运行状态 最后更新时间 权重操作
{{ model.node.node_name }} {{ model.node.region|default:"全域" }} {{ model.model_version }} {% if model.local_map_score >= 0.85 %} {{ model.local_map_score|floatformat:4 }} {% else %} {{ model.local_map_score|floatformat:4 }} {% endif %} {{ model.global_sync_round }} Rnds {% if model.is_active %} 在线 {% else %} 归档 {% endif %} {{ model.created_at|date:"Y-m-d H:i" }} 下载 .pt
暂无边缘节点上传个性化权重记录
{% endblock %}