diff --git a/1_kmeans/solutions/A1/kmeans.py b/1_kmeans/solutions/A1/kmeans.py
index 5e279d1fbe42a78d4718a1e224cbbaebcba8608f..6b68f4e2495802349bd7b270991381be4bc6f395 100755
--- a/1_kmeans/solutions/A1/kmeans.py
+++ b/1_kmeans/solutions/A1/kmeans.py
@@ -152,7 +152,7 @@ if __name__ == "__main__":
         "##############################"
     )
 
-    data_path = "/pfs/work7/workspace/scratch/ku4408-VL_ScalableAI/data/cityscapes_300.h5"
+    data_path = "/pfs/work7/workspace/scratch/ku4408-VL-ScalableAI/data/cityscapes_300.h5"
     dataset = "cityscapes_data"
     device = torch.device(
         "cuda" if torch.cuda.is_available() else "cpu"
diff --git a/1_kmeans/solutions/A2/kmeans_sample_parallel.py b/1_kmeans/solutions/A2/kmeans_sample_parallel.py
index 5876433a95869c77f17da288695559329fd4a1d8..c885bc16e2ef311bb90935f74e1f6b6cc7429f55 100644
--- a/1_kmeans/solutions/A2/kmeans_sample_parallel.py
+++ b/1_kmeans/solutions/A2/kmeans_sample_parallel.py
@@ -213,7 +213,7 @@ if __name__ == "__main__":
             "##############################################"
         )
 
-    data_path = "/pfs/work7/workspace/scratch/ku4408-VL_ScalableAI/data/cityscapes_300.h5"
+    data_path = "/pfs/work7/workspace/scratch/ku4408-VL-ScalableAI/data/cityscapes_300.h5"
     dataset = "cityscapes_data"
 
     if rank == 0:
diff --git a/1_kmeans/solutions/A2/kmeans_sample_parallel_allgatherv.py b/1_kmeans/solutions/A2/kmeans_sample_parallel_allgatherv.py
index 47bc44c300bd18a3c20fb3656e25a6e4a926f3e6..cddf78e67c93de1adedd3fe8d82ae6cf93ccfcde 100644
--- a/1_kmeans/solutions/A2/kmeans_sample_parallel_allgatherv.py
+++ b/1_kmeans/solutions/A2/kmeans_sample_parallel_allgatherv.py
@@ -245,7 +245,7 @@ if __name__ == "__main__":
             "##############################################"
         )
 
-    data_path = "/pfs/work7/workspace/scratch/ku4408-VL_ScalableAI/data/cityscapes_300.h5"
+    data_path = "/pfs/work7/workspace/scratch/ku4408-VL-ScalableAI/data/cityscapes_300.h5"
     dataset = "cityscapes_data"
 
     if rank == 0:
diff --git a/1_kmeans/solutions/A3/kmeans_feature_parallel.py b/1_kmeans/solutions/A3/kmeans_feature_parallel.py
index 4bf41a9cc269d42dec7c4e418ad7c03099235cb2..e68a26382339ec72a04971a6f690ce12ccea71e3 100644
--- a/1_kmeans/solutions/A3/kmeans_feature_parallel.py
+++ b/1_kmeans/solutions/A3/kmeans_feature_parallel.py
@@ -199,7 +199,7 @@ if __name__ == "__main__":
             "###############################################"
         )
 
-    data_path = "/pfs/work7/workspace/scratch/ku4408-VL_ScalableAI/data/cityscapes_300.h5"
+    data_path = "/pfs/work7/workspace/scratch/ku4408-VL-ScalableAI/data/cityscapes_300.h5"
     dataset = "cityscapes_data"
 
     if rank == 0: