Yao recsys dev (#438)

* add rec system

* fix

* add new figures

* fix

* update

* fix

* fix

* fix
This commit is contained in:
Yao Fu
2023-03-28 17:28:49 +01:00
committed by GitHub
parent 728c4b2c31
commit f5c3b21e12
32 changed files with 447 additions and 129 deletions

View File

@@ -1,4 +1,5 @@
## 参数服务器
:label:`parameter_servers`
接下来我们介绍另一种常见的分布式训练系统实现参数服务器。常见的深度学习框架以不同方式提供了参数服务器。TensorFlow和MindSpore原生提供了参数服务器的实现PyTorch需要用户使用框架提供的Rpc接口自行实现还有一些框架则需要用户使用第三方的参数服务器实现例如PS-Lite。