Skip to content

Commit

Permalink
add tokenized data link
Browse files Browse the repository at this point in the history
  • Loading branch information
markdtw committed Sep 18, 2017
1 parent 93bea34 commit 9ac023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pytorch implementation of [Tips and Tricks for Visual Question Answering: Learni
- train_q_dict.p
- train_a_dict.p
```
- *Update* For convenience, [here](https://drive.google.com/open?id=0B5j6QKJb0ztbYmVXT0hBUF91RHM) is the link to tokenized questions `vqa_train_toked.json` and `vqa_val_toked.json`, make sure you run `data/preproc.py` to generate `vqa_train_final.json`, `train_q_dict.p`, etc.
- (*Update*) For convenience, [here](https://drive.google.com/open?id=0B5j6QKJb0ztbYmVXT0hBUF91RHM) is the link to tokenized questions `vqa_train_toked.json` and `vqa_val_toked.json`, make sure you run `data/preproc.py` to generate `vqa_train_final.json`, `train_q_dict.p`, etc.


## Train
Expand Down

0 comments on commit 9ac023a

Please sign in to comment.