Closed jafermarq closed 1 year ago
Hi! My name is Alexander Tyurin. I'm planning to work on this project.
What are you going to reproduce?
I'm planning to reproduce the experiment from Section A.1 (See Figure 1) from the paper. In Figure 1, the authors plot how the norm of gradients changes with the number of sent bits. My goal will be to reproduce this behavior. Also, I can implement the MARINA algorithm (a paper's baseline) from Figure 1 and ensure that I can capture the relation between DASHA and MARINA in plots. Here the authors consider the classification problem with the mushrooms dataset from LibSVM.
In Sections A.2, A.3, and A.4, the authors consider the stochastic settings where the nodes/workers/clients calculate stochastic gradients instead of exact gradients. It can be the next step that I will reproduce.
Hey @k3nfalt , that sounds like a good start! How about before jumping into A.2 and A.3 , the next step involves the CIFAR-10 setting in A.4? What would it take to then extend it to a setting that's more commonly found in other works in terms of number of clients and data partitioning methodology? I understand that DASHA operates with full client participation, so maybe taking a look into other works doing cross-silo FL for image classification is a reasonable place to look for these settings.
Hi @jafermarq, I'm finishing reproducing the plots from the DASHA paper. In these experiments, I am reproducing A.1 and A.4 from the paper. I will create a pull request with my code.
The pull request is here: https://github.com/adap/flower/pull/2230
Hi @jafermarq, I've just reproduced A.1 and A.4 experiments from the paper. The PR is here: https://github.com/adap/flower/pull/2230. What are the next steps?
Congratulations @k3nfalt ! Your DASHA
baseline has been merged. We'll follow up with you soon to complete your Summer of Reproducibility journey 😄 ! Many thanks for participating!
@jafermarq, Thank you!
DASAH
Do you want to work on this baseline?
What follows are the steps 1 & 2 in the Summer of Reproducibility instructions.
1. Join the Summer of Reproducibility program
#summer-of-reproducibility
.2. Define the scope of your contribution
[x] Check if you are eligible for a reward.
If where you are based is not on the list, please send us an email (
summer@flower.dev
) letting us know a bit about yourself (where are you currently based?, are you a university student? do you work at a public institution?). Please tell us the baselines you are interested in implementing (i.e. tell us your GitHub issue if you have crated one). We will reach back to you.What happens next?
[x] This item will be moved to the
In Progress
stage by a member of the Flower Team.[x] Follow the instructions for creating a new baseline which will guide you through the process step-by-step.
Is something wrong or not clear ?