Skip to content

Commit

Permalink
Update imagenet_r.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thucbx99 committed Aug 8, 2023
1 parent 4ce6672 commit 889e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tllib/vision/datasets/imagenet_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ImageNetR(ImageList):
...
"""
download_list = [
("image_list", "image_list.zip", "https://cloud.tsinghua.edu.cn/f/8066e6c5a8974be6a702/?dl=1"),
("image_list", "image_list.zip", "https://cloud.tsinghua.edu.cn/f/7786eabd3565409c8c33/?dl=1"),
]
image_list = {
"IN": "image_list/imagenet-train.txt",
Expand Down

0 comments on commit 889e15b

Please sign in to comment.