Skip to content

Commit c7a258b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ python src/univariate_example.py --epochs 1000 --hidden_units 2048 --ref_points
2222
```
2323
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
25-
python mimic_data_extraction.py
26-
python multivariate_example.py --epochs 1000 --reference_points 192 --hours_from_adm 48 --batch_size 256 --gpus 4
25+
python src/mimic_data_extraction.py
26+
python src/multivariate_example.py --epochs 1000 --reference_points 192 --hours_from_adm 48 --batch_size 256 --gpus 4
2727
```
2828

2929
## Contact

0 commit comments

Comments
 (0)