From a0d10e3fb1c20ace56429169b3fd332c5a6fe309 Mon Sep 17 00:00:00 2001 From: huongdm1896 <domaihuong1451997@gmail.com> Date: Wed, 16 Apr 2025 14:51:32 +0200 Subject: [PATCH] GPU config againnnnnn :( --- Run/config_instances_GPU.json | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Run/config_instances_GPU.json b/Run/config_instances_GPU.json index 409f1df..f8ed9f6 100644 --- a/Run/config_instances_GPU.json +++ b/Run/config_instances_GPU.json @@ -2,7 +2,7 @@ "instances": { "1": { "instance": "fedAvg_cifar10", - "output_dir": "/home/mdo/Framework/eflwr/Log", + "output_dir": "./Log", "dvfs_gpu": { "dummy": true, "baseline": false, @@ -13,8 +13,8 @@ "server": { "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/server_1.py", - "-r 1", + "./Flower_v1/server_1.py", + "-r 15", "-s fedAvg" ], "ip": "172.16.66.76", @@ -26,9 +26,9 @@ "name": "client1", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "1", + "0", "3" ], "ip": "172.16.66.77" @@ -37,9 +37,9 @@ "name": "client2", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "2", + "1", "3" ], "ip": "172.16.66.78" @@ -48,9 +48,9 @@ "name": "client3", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "3", + "2", "3" ], "ip": "172.16.66.79" @@ -59,7 +59,7 @@ }, "2": { "instance": "fedAvg2Clients_cifar10", - "output_dir": "/home/mdo/Framework/eflwr/Log", + "output_dir": "./Log", "dvfs_gpu": { "dummy": true, "baseline": false, @@ -70,8 +70,8 @@ "server": { "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/server_1.py", - "-r 1", + "./Flower_v1/server_1.py", + "-r 15", "-s fedAvg2Clients" ], "ip": "172.16.66.76", @@ -83,9 +83,9 @@ "name": "client1", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "1", + "0", "3" ], "ip": "172.16.66.77" @@ -94,9 +94,9 @@ "name": "client2", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "2", + "1", "3" ], "ip": "172.16.66.78" @@ -105,9 +105,9 @@ "name": "client3", "command": "python3", "args": [ - "/home/mdo/Framework/eflwr/Flower_v1/client_1.py", + "./Flower_v1/client_1.py", "cifar10", - "3", + "2", "3" ], "ip": "172.16.66.79" -- GitLab