Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gchrupala/visually-grounded-speech
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Chrupala committed Jun 9, 2017
2 parents c83a9f4 + f662217 commit 4b22735
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ The files in `models.tgz` contain the pre-trained models used for the analyses i

After unpacking these files you should have the directories `data` and `models`.


For the scripts in [analysis](analysis), you also need to install:

- sklearn
- pandas
- matplotlib
- keras


## Usage

### Training models
Expand Down
2 changes: 1 addition & 1 deletion analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The plot will be written to `sentlength.pdf`.

In order to generate the figure:
```
python2.7 predict-word-presence.py
KERAS_BACKEND=theano python2.7 predict-word-presence.py
```
The plot will be written to `predword.pdf`.

Expand Down

0 comments on commit 4b22735

Please sign in to comment.