We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fc3d4 commit 52466d3Copy full SHA for 52466d3
torchvision/datasets/lsun.py
@@ -55,8 +55,10 @@ def __len__(self) -> int:
55
56
57
class LSUN(VisionDataset):
58
- """
59
- `LSUN <https://www.yf.io/p/lsun>`_ dataset.
+ """`LSUN <https://www.yf.io/p/lsun>`_ dataset.
+
60
+ You will need to install the ``lmdb`` package to use this dataset: run
61
+ ``pip install lmdb``
62
63
Args:
64
root (string): Root directory for the database files.
0 commit comments