You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Federated Learning
MistNet integrated, a representation extraction aggregation algorithm.
further reduce the resources requirement for the edge, by extracting the representation data on the edge side, and aggregation training on the cloud side.
further protect data privacy, by quantization and noise.
provides a sample code based on the yolov5 network.
Supports extending edge-cloud transmission method, including S3 and WebSocket protocols, by abstracting Transmitter interface.
Supports extending client choose algorithm in federated learning, by abstracting the ClientChoose interface.