andreped commited on
Commit
3f8138a
·
1 Parent(s): 7ca6748

Updated DATA_DIR to Benchmark

Browse files
Files changed (1) hide show
  1. LyNoS.py +1 -1
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, "LyNoS")
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