Update Mimic4Dataset.py
Browse files- Mimic4Dataset.py +1 -1
Mimic4Dataset.py
CHANGED
|
@@ -161,7 +161,7 @@ class Mimic4Dataset(datasets.GeneratorBasedBuilder):
|
|
| 161 |
file_path, head = urlretrieve(_DATA_GEN, "data_generation_icu_modify.py")
|
| 162 |
shutil.move(file_path, path_bench+'/model')
|
| 163 |
|
| 164 |
-
if not os.path.exists(path_bench+'cohort.py'):
|
| 165 |
file_path, head = urlretrieve(_COHORT, "cohort.py")
|
| 166 |
shutil.move(file_path, path_bench)
|
| 167 |
|
|
|
|
| 161 |
file_path, head = urlretrieve(_DATA_GEN, "data_generation_icu_modify.py")
|
| 162 |
shutil.move(file_path, path_bench+'/model')
|
| 163 |
|
| 164 |
+
if not os.path.exists(path_bench+'/cohort.py'):
|
| 165 |
file_path, head = urlretrieve(_COHORT, "cohort.py")
|
| 166 |
shutil.move(file_path, path_bench)
|
| 167 |
|