diff --git a/Run/config_instances_GPU.json b/Run/config_instances_GPU.json
index 409f1df93111d5fbe4c08b73e123ff015e78033c..f8ed9f6167f506dc9a0de8273df2804880a423fd 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"