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

Commit

Permalink
Move URL change to #1335.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Jan 11, 2019
1 parent a2eb04d commit e772bcd
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 @@ -30,7 +30,7 @@ def build(opt):
fname4 = 'Annotations_Val_mscoco.zip'
fname5 = 'Annotations_Train_mscoco.zip'

url = 'https://s3.amazonaws.com/cvmlp/vqa/mscoco/vqa/'
url = 'http://visualqa.org/data/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 e772bcd

Please sign in to comment.