Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 149e2b86 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Fix some docstring typos.

parent 66ea8c9e
No related branches found
No related tags found
1 merge request!69Enable Fairness-Aware Federated Learning
......@@ -52,10 +52,10 @@ More details may be found in the documentation of `FairbatchDataset`
Controllers
-----------
* [FairbatchControllerClient]
[declearn.fairness.fairbatch.FairgradControllerClient]:
[declearn.fairness.fairbatch.FairbatchControllerClient]:
Client-side controller to implement Fed-FairBatch or FedFB.
* [FairbatchControllerServer]
[declearn.fairness.fairbatch.FairgradControllerServer]:
[declearn.fairness.fairbatch.FairbatchControllerServer]:
Server-side controller to implement Fed-FairBatch or FedFB.
Backend
......
......@@ -67,7 +67,7 @@ Messages
References
----------
- [1]
Eszzeldin et al. (2021).
Ezzeldin et al. (2021).
FairFed: Enabling Group Fairness in Federated Learning
https://arxiv.org/abs/2110.00857
"""
......
......@@ -74,7 +74,7 @@ class FairfedControllerServer(FairnessControllerServer):
References
----------
- [1]
Eszzeldin et al. (2021).
Ezzeldin et al. (2021).
FairFed: Enabling Group Fairness in Federated Learning
https://arxiv.org/abs/2110.00857
"""
......
......@@ -61,9 +61,9 @@ Cyclic rate rules
Warmup schedulers
-----------------
* [Warmup][declearn.optimizers.schedulers.Warmup]:
* [Warmup][declearn.optimizer.schedulers.Warmup]:
Scheduler (wrapper) setting up a linear warmup over steps.
* [WarmupRounds][declearn.optimizers.schedulers.WarmupRounds]:
* [WarmupRounds][declearn.optimizer.schedulers.WarmupRounds]:
Scheduler (wrapper) setting up a linear warmup over rounds.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment