Updated DATA_DIR to Benchmark
Browse files
LyNoS.py
CHANGED
@@ -98,7 +98,7 @@ class LyNoS(datasets.GeneratorBasedBuilder):
|
|
98 |
self.DATA_DIR = dl_manager.download_and_extract(urls)
|
99 |
|
100 |
# append AeroPath
|
101 |
-
self.DATA_DIR = os.path.join(self.DATA_DIR, "
|
102 |
|
103 |
print("data is downloaded to:", self.DATA_DIR)
|
104 |
|
|
|
98 |
self.DATA_DIR = dl_manager.download_and_extract(urls)
|
99 |
|
100 |
# append AeroPath
|
101 |
+
self.DATA_DIR = os.path.join(self.DATA_DIR, "Benchmark")
|
102 |
|
103 |
print("data is downloaded to:", self.DATA_DIR)
|
104 |
|