Skip to content

Commit 1396a74

Browse files
committed
Fix lsun link
1 parent b33aef4 commit 1396a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/lsun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __len__(self) -> int:
5555

5656

5757
class LSUN(VisionDataset):
58-
"""`LSUN <https://www.yf.io/p/lsun>`_ dataset.
58+
"""`LSUN <https://paperswithcode.com/dataset/lsun>`_ dataset.
5959
6060
You will need to install the ``lmdb`` package to use this dataset: run
6161
``pip install lmdb``

0 commit comments

Comments
 (0)