仪表板:用于机器学习实验的实用程序和监视器包括Web客户端 源码
仪表板 仪表板提供实用程序来制作和可视化实验日志。 是的,现在您可以像往常一样在服务器上运行实验并在手机上查看日志。 报告中 from dashboard import reporter import numpy as np r = reporter . Reporter () for epoch in range ( 10 ): for i in range ( 5 ): metrics = { 'loss' : np . random . uniform ( 0 , 1 ), 'f1' : np . random . uniform ( 0 , 1 )}
文件列表
dashboard-master.zip
(预估有个28文件)
dashboard-master
.travis.yml
158B
client
.firebaserc
57B
database.rules.json
78B
firebase.json
204B
public
index.html
2KB
main.js
1KB
components
暂无评论