Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maups authored Feb 13, 2018
1 parent c721c28 commit cb8d4b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ Hydra is a framework that creates ensembles of Convolutional Neural Networks (CN

## Instructions

Download the [fMoW-rgb dataset](https://community.topcoder.com/longcontest/?module=ViewProblemStatement&rd=16996&pm=14684), uncompress it and then execute the following sequence of commands:
Download the [fMoW-rgb dataset](https://community.topcoder.com/longcontest/?module=ViewProblemStatement&rd=16996&pm=14684) and uncompress it. To run our fMoW submission without training, execute the following sequence of commands:

```
$ git clone https://github.com/maups/hydra-fmow
$ cd hydra-fmow
$ docker build -t <id> .
$ nvidia-docker run -v /path_to/fMoW-rgb/:/data:ro -v /path_to/your_tmp_files/:/wdata -it <id> bash
keras@IMAGE-ID /src/$ ./test.sh /data/test/ output.txt
```

0 comments on commit cb8d4b9

Please sign in to comment.