From 25c678f92261e837bf78008158a18a9bf250cb1d Mon Sep 17 00:00:00 2001 From: Tsing <2719584131@qq.com> Date: Thu, 19 Dec 2024 23:04:35 +0800 Subject: [PATCH] fix links --- docs/docs.html | 2 +- docs/features.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 41c1c375..0f5a7386 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -202,7 +202,7 @@

Key Features

  • 37 traditional FL (tFL) or personalized FL (pFL) algorithms, 3 scenarios, and 24 datasets.
  • Some experimental results are avalible in the PFLlib paper and Benchmark Results.
  • The benchmark platform can simulate scenarios using the 4-layer CNN on Cifar100 for 500 clients on one NVIDIA GeForce RTX 3090 GPU card with only 5.08GB GPU memory cost.
  • -
  • We provide privacy evaluation and systematical research support.
  • +
  • We provide privacy evaluation and systematical research support.
  • You can now train on some clients and evaluate performance on new clients by setting args.num_new_clients in ./system/main.py. Please note that not all tFL/pFL algorithms support this feature.
  • PFLlib primarily focuses on data (statistical) heterogeneity. For algorithms and a benchmark platform that address both data and model heterogeneity, please refer to our extended project HtFLlib.
  • As we strive to meet diverse user demands, frequent updates to the project may alter default settings and scenario creation codes, affecting experimental results.
  • diff --git a/docs/features.html b/docs/features.html index cba15e4d..3ffd8afb 100644 --- a/docs/features.html +++ b/docs/features.html @@ -175,7 +175,7 @@

    PFLlib

    -

    Privacy Evaluation

    +

    Privacy Evaluation

    You can use the following privacy evaluation methods to assess the privacy-preserving capabilities of tFL/pFL algorithms in PFLlib. Please refer to ./system/flcore/servers/serveravg.py for an example. Note that most of these evaluations are not typically considered in the original papers. We encourage you to add more attacks and metrics for privacy evaluation.

    Currently supported attacks:

    -

    Systematical research support

    +

    Systematical research support

    To simulate Federated Learning (FL) under practical conditions, such as client dropout, slow trainers, slow senders, and network TTL (Time-To-Live), you can adjust the following parameters: