# Example to train gru4rec model with FedAvg Strategy
This doc introduce how to use PaddleFL to train model with Fl Strategy.
This doc introduce how to use PaddleFL to train model with Fl Strategy.
...
@@ -16,7 +16,7 @@ python setup.py install
...
@@ -16,7 +16,7 @@ python setup.py install
### Datasets
### Datasets
We use [Rsc15](https://2015.recsyschallenge.com) dataset as our data.
Public Dataset [Rsc15](https://2015.recsyschallenge.com)
```sh
```sh
#download data
#download data
...
@@ -27,6 +27,10 @@ sh download.sh
...
@@ -27,6 +27,10 @@ sh download.sh
### How to work in PaddleFL
### How to work in PaddleFL
PaddleFL has two period , CompileTime and RunTime. In CompileTime, define a federated learning task by fl_master. In RunTime, train a federated learning job by fl_server and fl_trainer .
PaddleFL has two period , CompileTime and RunTime. In CompileTime, define a federated learning task by fl_master. In RunTime, train a federated learning job by fl_server and fl_trainer .