Skip to content
Snippets Groups Projects
Commit a0d10e3f authored by huongdm1896's avatar huongdm1896
Browse files

GPU config againnnnnn :(

parent 8b7515c0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment