Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some questions about initialization and retrain #7

Open
koilgg opened this issue Sep 10, 2020 · 0 comments
Open

some questions about initialization and retrain #7

koilgg opened this issue Sep 10, 2020 · 0 comments

Comments

@koilgg
Copy link

koilgg commented Sep 10, 2020

Hi, thank you for sharing your outstanding work! I have some questions about the settings in the paper, could you please support some more details about the experiment settings?

  1. In the code, the J clients do not share the same initialization, and they are retrained before the first global round. Is there any difference of the settings between the retrain process at first and the later local-retrain?(like fedavg local retrain)
  2. What is the batch-size of the dataset corresponding to the results in this paper?
  3. Does the experiment in the paper use the following command?
    python main.py --model=moderate-cnn \ --dataset=cifar10 \ --lr=0.01 \ --retrain_lr=0.01 \ --batch-size=64 \ --epochs=150 \ --retrain_epochs=150 \ --n_nets=16 \ --partition=hetero-dir \ --comm_type=fedma \ --comm_round=10 \ --retrain=True \ --rematching=True

Thanks very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant