Commit ea7fcf08 authored by Krishna Kalyan's avatar Krishna Kalyan Committed by Soumith Chintala
Browse files

fix doc string (#90)

parent 7212f245
...@@ -80,7 +80,7 @@ class VCTK(data.Dataset): ...@@ -80,7 +80,7 @@ class VCTK(data.Dataset):
download (bool, optional): If true, downloads the dataset from the internet and download (bool, optional): If true, downloads the dataset from the internet and
puts it in root directory. If dataset is already downloaded, it is not puts it in root directory. If dataset is already downloaded, it is not
downloaded again. downloaded again.
transform (callable, optional): A function/transform that takes in an PIL image transform (callable, optional): A function/transform that takes in an raw audio
and returns a transformed version. E.g, ``transforms.Scale`` and returns a transformed version. E.g, ``transforms.Scale``
target_transform (callable, optional): A function/transform that takes in the target_transform (callable, optional): A function/transform that takes in the
target and transforms it. target and transforms it.
......
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