From c315290fa87b5f12d6bbebc2393a385d65301fb1 Mon Sep 17 00:00:00 2001 From: jingqinghe Date: Tue, 19 May 2020 18:59:36 +0800 Subject: [PATCH] update document --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 608c9bd..d1e4bf2 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ cd redis-stable && make ## Framework design of PaddleFL ### Horizontal Federated Learning - + In PaddleFL, components for defining a federated learning task and training a federated learning job are as follows: @@ -150,7 +150,7 @@ In PFM, data and models from IPs will be encrypted using Secret-Sharing[10], and #### B. Training/inference - + As in PaddlePaddle, a training or inference job can be separated into the compile-time phase and the run-time phase: -- GitLab