Xiao-Chenguang / FedMind

Federated Learning framework for researcher on top of PyTorch.
https://github.com/Xiao-Chenguang/FedMind
MIT License
1 stars 0 forks source link

Use fix and dynamic args group for the local training process #66

Closed Xiao-Chenguang closed 1 week ago

Xiao-Chenguang commented 1 week ago

This args group is for flexibility in developing new algorithms. By defining the fix and dynamic args groups used in the client training, developers need just define and add their extra parameters into the dyn args and the corresponding local training and global aggregation function. No effort is needed to configure the multiprocessing or training logic.