Unverified Commit 6aa99ced authored by Tongzhou Wang's avatar Tongzhou Wang Committed by GitHub
Browse files

fix lsun docstring example (#1935)

parent c3e2b018
......@@ -67,7 +67,7 @@ class LSUN(VisionDataset):
Args:
root (string): Root directory for the database files.
classes (string or list): One of {'train', 'val', 'test'} or a list of
categories to load. e,g. ['bedroom_train', 'church_train'].
categories to load. e,g. ['bedroom_train', 'church_outdoor_train'].
transform (callable, optional): A function/transform that takes in an PIL image
and returns a transformed version. E.g, ``transforms.RandomCrop``
target_transform (callable, optional): A function/transform that takes in the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment