forked from vitrixLab/AIOpsLab
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflower.json
More file actions
10 lines (10 loc) · 827 Bytes
/
flower.json
File metadata and controls
10 lines (10 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
{
"Name": "Flower",
"Namespace": "docker",
"Desc": "A federated learning application to train models on edge devices and aggregate them on a central server. It consists of four main components, the serverapp which is the central server, the superlink which is the communication link for the serverapp, the clientapp which is the edge device application, and the supernode which is the communication link for the clientapp. The serverapp and superlink are used to aggregate models from the clientapp and supernode, while the clientapp and supernode are used to train models on edge devices. The current deployment consists of one server and two clients.",
"Supported Operations": [
"Train models on edge devices",
"Aggregate models on a central server"
],
"Docker Deploy Path": "flower"
}