Unverified Commit 55a436cb authored by Ambuj Pawar's avatar Ambuj Pawar Committed by GitHub
Browse files

Update link to download SBU dataset. Enable the test again (#6638)


Co-authored-by: default avatarAmbuj Pawar <your_email@abc.example>
parent 06d9726d
......@@ -447,6 +447,7 @@ def make_parametrize_kwargs(download_configs):
omniglot(),
phototour(),
sbdataset(),
sbu(),
semeion(),
stl10(),
svhn(),
......@@ -470,7 +471,6 @@ def test_url_is_accessible(url, md5):
**make_parametrize_kwargs(
itertools.chain(
places365(), # https://github.com/pytorch/vision/issues/6268
sbu(), # https://github.com/pytorch/vision/issues/6390
)
)
)
......
......@@ -22,7 +22,7 @@ class SBU(VisionDataset):
downloaded again.
"""
url = "http://www.cs.virginia.edu/~vicente/sbucaptions/SBUCaptionedPhotoDataset.tar.gz"
url = "https://www.cs.rice.edu/~vo9/sbucaptions/SBUCaptionedPhotoDataset.tar.gz"
filename = "SBUCaptionedPhotoDataset.tar.gz"
md5_checksum = "9aec147b3488753cf758b4d493422285"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment