diff --git a/torchvision/datasets/lsun.py b/torchvision/datasets/lsun.py index 75b284b597f..592806d30d0 100644 --- a/torchvision/datasets/lsun.py +++ b/torchvision/datasets/lsun.py @@ -55,8 +55,10 @@ def __len__(self) -> int: class LSUN(VisionDataset): - """ - `LSUN `_ dataset. + """`LSUN `_ dataset. + + You will need to install the ``lmdb`` package to use this dataset: run + ``pip install lmdb`` Args: root (string): Root directory for the database files.