mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-24 10:34:34 +08:00
Yao recsys dev (#438)
* add rec system * fix * add new figures * fix * update * fix * fix * fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
## 参数服务器
|
||||
:label:`parameter_servers`
|
||||
|
||||
接下来,我们介绍另一种常见的分布式训练系统实现:参数服务器。常见的深度学习框架以不同方式提供了参数服务器。TensorFlow和MindSpore原生提供了参数服务器的实现;PyTorch需要用户使用框架提供的Rpc接口自行实现;还有一些框架则需要用户使用第三方的参数服务器实现,例如PS-Lite。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user