导航切换
项目列表
loss曲线
accuracy曲线
precision曲线
F1值曲线
切换昵称
{{ nick_name }} !
欢迎
模型参数数据
首页
项目列表
模型参数
{{ project_name }}
删除
ID
模型名称
_
备注
创建时间
{% for type in table_head %}
{{type}}
{% endfor %} {% for name in best_head %}
{{name}}
{% endfor %}
{% for type in table_head %} {% for param_name in table_head[type] %}
{{param_name}}
{% endfor %} {% endfor %}
{% for item in table_data %}
{{item.id}}
{{item.sub_model_name}}
{% if item.finished_train %}
完成
{% else %}
点击完成
{% endif %}
{{item.sub_model_remark}}
{{item.create_time}}
{% for type in table_head %} {% for param_name in table_head[type] %}
{{item[param_name]}}
{% endfor %}
{% endfor %} {% for name in best_head %}
{{item[name]}}
{% endfor %}
{% endfor %}
消息
警告
你,确定要删除这些记录吗?
Login
昵称