Skip to content

Commit 9a06dd8

Browse files
authored
Merge pull request #4 from YukhoY/main
Recover ignored data module
2 parents 92fdd00 + 87e87ea commit 9a06dd8

File tree

5 files changed

+2351
-2
lines changed

5 files changed

+2351
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
__pycache__/
22
**/__pycache__/
3-
data
43
*.pyc
54
*.pyo
65
*.pyd

TarDiff/configs/base/mimic_icustay_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ model:
6767
# use_cfg: True
6868

6969
data:
70-
target: ldm.data.ts_data_loader.TSClassCondTrainDataModule
70+
target: ldm.data.tsg_dataset.TSClassCondTrainDataModule
7171
params:
7272
data_path_dict:
7373
MIMIC_III_Readmission: data/mimic_icustay/train_tuple.pkl

0 commit comments

Comments
 (0)