SymbioticLab / FedScale

FedScale is a scalable and extensible open-source federated learning (FL) platform.
https://fedscale.ai
Apache License 2.0
386 stars 120 forks source link

Fix dryrun device not found & fedyogi argument order #235

Closed EricDinging closed 1 year ago

EricDinging commented 1 year ago

@fanlai0990

Why are these changes needed?

In dry_run, device is not in the config, and an error will be thrown in customize_client.py. Add logic to infer device from use_cuda field.

Related issue number

Closes #233 Closes #232

Checks

AmberLJC commented 1 year ago

Thanks for your effort! I will merge for now, Eric will report the updated time-accuracy later.