thbndi commited on
Commit
8e64a37
1 Parent(s): 7ebfe54

Update Mimic4Dataset.py

Browse files
Files changed (1) hide show
  1. Mimic4Dataset.py +1 -1
Mimic4Dataset.py CHANGED
@@ -225,7 +225,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
225
  sys.path.append(path_bench)
226
  config = self.config_path.split('/')[-1]
227
 
228
- script = 'python cohort.py '+ self.config.name +" "+ self.mimic_path+ " "+path_bench+ " "+config
229
  print(script)
230
  #if not os.path.exists(data_dir) :
231
  os.system(script)
 
225
  sys.path.append(path_bench)
226
  config = self.config_path.split('/')[-1]
227
 
228
+ script = 'python cohort.py '+ self.config.name.replace(" ","_") +" "+ self.mimic_path+ " "+path_bench+ " "+config
229
  print(script)
230
  #if not os.path.exists(data_dir) :
231
  os.system(script)