Skip to content

Commit 5fb8317

Browse files
authored
Update README.md
1 parent 69b5787 commit 5fb8317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For running our model on univariate time series (UWave dataset):
2020
```bash
2121
python src/univariate_example.py --epochs 1000 --hidden_units 2048 --ref_points 128 --batch_size 2048
2222
```
23-
To reproduce the results on MIMIC-III Dataset, first you need to have an access to the dataset which can be requested [here](https://mimic.physionet.org/gettingstarted/access/). Once your application to access MIMIC has been approved, you can download the data [here](https://physionet.org/works/MIMICIIIClinicalDatabase/). You can use the scripts available [here](https://physionet.org/works/MIMICIIIClinicalDatabase/) to import the dataset into a database. Once you have created the database, run these scripts in order.
23+
To reproduce the results on MIMIC-III Dataset, first you need to have an access to the dataset which can be requested [here](https://mimic.physionet.org/gettingstarted/access/). Once your application to access MIMIC has been approved, you can download the [data](https://physionet.org/works/MIMICIIIClinicalDatabase/). MIMIC is provided as a collection of comma-separated (CSV) files. You can use these [scripts](https://physionet.org/works/MIMICIIIClinicalDatabase/) to import the csv files into a database. Once you have created the database, run these scripts in order.
2424
```bash
2525
python mimic_data_extraction.py
2626
python multivariate_example.py --epochs 1000 --reference_points 192 --hours_from_adm 48 --batch_size 256 --gpus 4

0 commit comments

Comments
 (0)