Skip to content

Commit

Permalink
Update sun397.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thucbx99 committed Jul 30, 2023
1 parent a82b76d commit fd861db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tllib/vision/datasets/sun397.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SUN397(ImageList):
"""
dataset_url = ("SUN397", "SUN397.tar.gz", "http://vision.princeton.edu/projects/2010/SUN/SUN397.tar.gz")
image_list_url = (
"SUN397/image_list", "image_list.zip", "https://cloud.tsinghua.edu.cn/f/17399c6e0455480aa174/?dl=1")
"SUN397/image_list", "image_list.zip", "https://cloud.tsinghua.edu.cn/f/dec0775147c144ea9f75/?dl=1")

def __init__(self, root, split='train', download=True, **kwargs):
if download:
Expand Down

0 comments on commit fd861db

Please sign in to comment.