Skip to content

Commit 9e326fd

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix lsun link (#8758)
Reviewed By: vmoens Differential Revision: D68021956 fbshipit-source-id: d398f625e0f8b716524f33e3b03b72a12606bafa
1 parent d1a25e1 commit 9e326fd

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)