dyweb / papers-notebook

:page_facing_up: :cn: :page_with_curl: 论文阅读笔记(分布式系统、虚拟化、机器学习)Papers Notebook (Distributed System, Virtualization, Machine Learning)
https://github.com/dyweb/papers-notebook/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+-label%3ATODO-%E6%9C%AA%E8%AF%BB
Apache License 2.0
2.15k stars 251 forks source link

Automatically Tracking Metadata and Provenance of Machine Learning Experiments #157

Open gaocegege opened 5 years ago

gaocegege commented 5 years ago

https://pdfs.semanticscholar.org/093c/3b389384812ea16f1ad18ce6c5f43c4f7106.pdf

AWS 的工作,一个 workshop

gaocegege commented 5 years ago

文章是讲 AWS 设计了一个系统:

image

它主要做的事情就是利用自己实现的 client,能够从不同的 framework 里提取出 metadata,然后通过 rest API 来在下面的 data model 里进行 CRUD。数据模型如下:

image

其中对于 MXNet 的支持是利用 symbol.tojson() 来获取神经网络的一个中间表示,然后经过一些变换,存到数据库里去的。

效果如下:

image