Skip to content

Commit

Permalink
Fixed readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Plummer committed Feb 3, 2018
1 parent 19d2b36 commit 4e5ff1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@ This code was tested on an Ubuntu 16.04 system using Tensorflow 1.2.1.
### Phrase Localization Evaluation Demo
After you download our precomputed features/model you can test it using:

```Shell
python main.py --test --spatial --name runs/cite_spatial_k4/model_best
```

### Training New Models
Our code contains everything required to train or test models using precomputed features. You can train a new model on Flickr30K Entites using:

```Shell
python main.py --name <name of experiment>
```

When it completes training it will output the localization accuracy using the best model on the testing and validation sets. You can see a listing and description of many tuneable parameters with:

```Shell
python main.py --help
```

### Precomputed Features

Expand Down

0 comments on commit 4e5ff1f

Please sign in to comment.