shaoxiongji / federated-learning

A PyTorch Implementation of Federated Learning http://doi.org/10.5281/zenodo.4321561
http://doi.org/10.5281/zenodo.4321561
MIT License
1.29k stars 372 forks source link

Specific implementation of model data upload and release #47

Open M-lgtm669 opened 1 month ago

M-lgtm669 commented 1 month ago

Is the upload and release of the model directly realized through the code, without the communication protocol, can not simulate the process of data communication, the model is directly transmitted successfully, is that right?