Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimbacher authored Jul 17, 2020
1 parent a376ea7 commit 931ce07
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ conda env create --file=environment.yml
to install the required packages and their dependencies.

## Usage

### Single-shot associations with H-Mem
To start training on the single-shot image association task, run

```bash
python image_association_task.py
```

Set the command line argument `--delay` to set the between-image delay (in the paper we used delays ranging from 0 to 40). Run the following command

```bash
python image_association_task_lstm.py
```

to start training the LSTM model on this task (the default value for the between-image delay is 0; you can change it with the command line argument `--delay`).

### Question answering with H-Mem
Run the following command

```bash
Expand Down

0 comments on commit 931ce07

Please sign in to comment.