From 87b4ad10d1b5916dfb00179d90b2735f09b8b687 Mon Sep 17 00:00:00 2001 From: HengZhang <67084806+czzhangheng@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:55:45 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db9b185..716535c 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ total_round_num: # Line 9: Adjust the number of clients based on your machine configuration client_num: +# Line 47/48: open/close minigraph strategy + use_minigraph: True/False + minigraph_size: 10 + # Line 65: Adjust the training loss function # Options: L1Loss, RMSE, MAPE criterion: @@ -145,4 +149,4 @@ TBD We would like to extend our gratitude to the authors of the following works: [FederatedScope](https://github.com/alibaba/FederatedScope). -Our codes are built upon their open-source projects. \ No newline at end of file +Our codes are built upon their open-source projects.