Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

some questions about initialization and retrain #7

@koilgg

Description

@koilgg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions