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

[Documentation] More readable arg_parsers #205

Open fanlai0990 opened 1 year ago

fanlai0990 commented 1 year ago

Description

So far we have put too many arguments into a single parser.py, making it hard to maintain. We need to split them in terms of functionalities.