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): ...@@ -447,6 +447,7 @@ def make_parametrize_kwargs(download_configs):
omniglot(), omniglot(),
phototour(), phototour(),
sbdataset(), sbdataset(),
sbu(),
semeion(), semeion(),
stl10(), stl10(),
svhn(), svhn(),
...@@ -470,7 +471,6 @@ def test_url_is_accessible(url, md5): ...@@ -470,7 +471,6 @@ def test_url_is_accessible(url, md5):
**make_parametrize_kwargs( **make_parametrize_kwargs(
itertools.chain( itertools.chain(
places365(), # https://github.com/pytorch/vision/issues/6268 places365(), # https://github.com/pytorch/vision/issues/6268
sbu(), # https://github.com/pytorch/vision/issues/6390
) )
) )
) )
......
...@@ -22,7 +22,7 @@ class SBU(VisionDataset): ...@@ -22,7 +22,7 @@ class SBU(VisionDataset):
downloaded again. 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" filename = "SBUCaptionedPhotoDataset.tar.gz"
md5_checksum = "9aec147b3488753cf758b4d493422285" 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