Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update vqa_v1 URL. (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Jan 25, 2019
1 parent a19dea3 commit 961c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/tasks/vqa_v1/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def build(opt):
fname4 = 'Annotations_Val_mscoco.zip'
fname5 = 'Annotations_Train_mscoco.zip'

url = 'http://visualqa.org/data/mscoco/vqa/'
url = 'https://s3.amazonaws.com/cvmlp/vqa/mscoco/vqa/'
build_data.download(url + fname1, dpath, fname1)
build_data.download(url + fname2, dpath, fname2)
build_data.download(url + fname3, dpath, fname3)
Expand Down

0 comments on commit 961c8cc

Please sign in to comment.