Skip to content

Commit 34a1a54

Browse files
authored
Update README.md
1 parent 43d251f commit 34a1a54

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
@@ -12,7 +12,7 @@ We use a two layer interpolation network. The first interpolation layer performs
1212
1313

1414
## Requirements
15-
The code requires Python 3.7. The file [requirements.txt](requirements.txt) contains the full list of
15+
The code requires Python 3.7 or later. The file [requirements.txt](requirements.txt) contains the full list of
1616
required Python modules.
1717

1818
## Usage
@@ -22,7 +22,7 @@ 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. Assuming you installed postgres while creating the database, you need to install psycopg2 using
2424
```bash
25-
pip3 install psycopg2
25+
pip install psycopg2
2626
```
2727
Once the database has been created, run these scripts in order.
2828
```bash

0 commit comments

Comments
 (0)