|
|
|
@@ -464,6 +464,7 @@ |
|
|
|
}, |
|
|
|
"debugger": { |
|
|
|
"debugger": "调试器", |
|
|
|
"nodeTypes": "节点类型", |
|
|
|
"nodeList": "节点列表", |
|
|
|
"watchList": "监测点列表", |
|
|
|
"watchPoint": "监测点", |
|
|
|
@@ -476,7 +477,9 @@ |
|
|
|
"backstageStatus": "后台运行状态是", |
|
|
|
"view": "查看", |
|
|
|
"deleteWatchpointConfirm": "此操作将删除当前监测点,是否继续?", |
|
|
|
"clearWatchpointConfirm": "此操作将删除所有监测点,是否继续?", |
|
|
|
"ternimateConfirm": "此操作将结束当前状态,是否继续?", |
|
|
|
"createWP": "新建监测点", |
|
|
|
"successCreateWP": "新建监测点成功", |
|
|
|
"successDeleteWP": "删除监测点成功", |
|
|
|
"pendingTips": "等待训练连接...", |
|
|
|
@@ -501,7 +504,36 @@ |
|
|
|
"shape": "形状", |
|
|
|
"value": "数值", |
|
|
|
"largeDataTip": "请求的数据过大,请使用其他维度重试。", |
|
|
|
"continueTo": "运行到该节点" |
|
|
|
"continueTo": "运行到该节点", |
|
|
|
"inf": "INF:", |
|
|
|
"negativeInf": "-INF:", |
|
|
|
"max": "最大值:", |
|
|
|
"min": "最小值:", |
|
|
|
"mean": "平均值:", |
|
|
|
"nan": "NAN:", |
|
|
|
"zero": "零:", |
|
|
|
"positiveNum": "正数:", |
|
|
|
"negativeNum": "负数:", |
|
|
|
"all": "全部", |
|
|
|
"tensorTip": "张量", |
|
|
|
"recheck": "重新检查", |
|
|
|
"clearWatchpoint": "清空监测点", |
|
|
|
"addWatchpoint": "新增监测点", |
|
|
|
"chooseTemp": "请选择模板", |
|
|
|
"chooseParam": "请选择参数", |
|
|
|
"nodeType": { |
|
|
|
"all": "全部节点", |
|
|
|
"weight": "权重节点", |
|
|
|
"gradient": "梯度节点", |
|
|
|
"activation": "激活节点" |
|
|
|
}, |
|
|
|
"recheckSuccess": "重新检查成功", |
|
|
|
"curStatisticsLabel": "当前step:", |
|
|
|
"preStatisticsLabel": "上一个step:", |
|
|
|
"diffStatisticsLabel": "diff:", |
|
|
|
"graphFile": "图文件", |
|
|
|
"selectAll": "全选", |
|
|
|
"selectNone": "取消全选" |
|
|
|
}, |
|
|
|
"explain": { |
|
|
|
"explain": "模型解释", |
|
|
|
|