Skip to content
Snippets Groups Projects
Commit bf1aac1c authored by Marie Weiel's avatar Marie Weiel :zap:
Browse files

fix path

parent 0a254010
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment