-
- Downloads
"brick/git@gitlab.inria.fr:monadal/nutrimorph.git" did not exist on "905b5135611f2c277815d4a0cc7b0718e5586da4"
Fix fairness rounds indexing and enable last model fairness evaluation.
- Fairness rounds occur prior to training ones. Consequently, this commit modifies their indexing to be aligned with that of the _previous_ training round. As a result, utility and fairness metrics are properly aligned in checkpoint files. - In addition, this commit makes it so that a final fairness evaluation round is run prior to ending the FL process when checkpointing is setup at the server level.
Showing
- declearn/main/_client.py 1 addition, 1 deletiondeclearn/main/_client.py
- declearn/main/_server.py 10 additions, 5 deletionsdeclearn/main/_server.py
- test/functional/test_toy_clf_fairness.py 7 additions, 5 deletionstest/functional/test_toy_clf_fairness.py
- test/main/test_main_client.py 2 additions, 2 deletionstest/main/test_main_client.py
Loading
Please register or sign in to comment