提交 fae361e0 编写于 作者: Q qjing666

add k8s deployment solution

上级 a6b2ae39
......@@ -58,6 +58,11 @@ In PaddleFL, components for defining a federated learning task and training a fe
Please reference [Quick Start](https://paddlefl.readthedocs.io/en/latest/instruction.html) for installation and quick-start example.
## Easy deployment with kubernetes
```sh
kubectl apply -f ./paddle_fl/examples/k8s_deployment/master.yaml
```
## Benchmark task
Gru4Rec [9] introduces recurrent neural network model in session-based recommendation. PaddlePaddle's Gru4Rec implementation is in https://github.com/PaddlePaddle/models/tree/develop/PaddleRec/gru4rec. An example is given in [Gru4Rec in Federated Learning](https://paddlefl.readthedocs.io/en/latest/examples/gru4rec_examples.html)
......
......@@ -55,6 +55,14 @@ PaddleFL是一个基于PaddlePaddle的开源联邦学习框架。研究人员可
请参考[快速开始](https://paddlefl.readthedocs.io/en/latest/instruction.html)
## K8S 一键部署
```sh
kubectl apply -f ./paddle_fl/examples/k8s_deployment/master.yaml
```
## 性能测试
Gru4Rec [9] 在基于会话的推荐中引入了递归神经网络模型。PaddlePaddle的GRU4RC实现代码在 https://github.com/PaddlePaddle/models/tree/develop/PaddleRec/gru4rec. 一个基于联邦学习训练Gru4Rec模型的示例请参考[Gru4Rec in Federated Learning](https://paddlefl.readthedocs.io/en/latest/examples/gru4rec_examples.html)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册