Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jy-yuan committed May 27, 2023
1 parent 2d2db4f commit 817ef9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Fine-tune and Testing: [ECG (5GB)](https://physionet.org/content/ecg-arrhythmia/

`/home/jy101/ltsm/dataset/ecg_arrhythmia_csv/` or `/home/jy101/ltsm/dataset/ecg_arrhythmia_feather/`

Monash in
```
/home/jy101/ltsm/dataset/monash/
```

Data configuration:
```
--data_path: path to the data folder
Expand Down
2 changes: 1 addition & 1 deletion ltsm/data_provider/data_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_data_loader(config, split, drop_last_test=True, train_all=False):
return data_loader


def data_paths(data_path, split='all'):
def data_paths(data_path):
'''
args:
data_path: string
Expand Down

0 comments on commit 817ef9a

Please sign in to comment.