PersonalizedFL
PersonalizedFL copied to clipboard
Personalized federated learning codebase for research
I notice that you set the threshold value as 1.1 in the run.sh. But the code used to check the flag with the threshold in the metafed.py will never be...
Hi, Thanks for sharing the code. The hyperparameters for fedmeta seems missing in the `run.sh`, so I just run `python main.py --alg metafed --dataset medmnist --iters 300 --wk_iters 1 --non_iid_alpha...
Hi, could I run this code only in anaconda without docker?
Sincerely thank you for providing the code. I'm having a little trouble reproducing the Fedavg algorithm in CLIP settings. I optimized both the visual encoder and text encoder with the...
How long was the model trained in total, including the pre-training time before the clip was sent to the clients
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...