We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3075d7d commit e58a2f6Copy full SHA for e58a2f6
torchvision/datasets/lsun.py
@@ -55,7 +55,7 @@ def __len__(self) -> int:
55
56
57
class LSUN(VisionDataset):
58
- """`LSUN <https://www.yf.io/p/lsun>`_ dataset.
+ """`LSUN <https://paperswithcode.com/dataset/lsun>`_ dataset.
59
60
You will need to install the ``lmdb`` package to use this dataset: run
61
``pip install lmdb``
0 commit comments