Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
ea7fcf08
Commit
ea7fcf08
authored
Mar 20, 2019
by
Krishna Kalyan
Committed by
Soumith Chintala
Mar 20, 2019
Browse files
fix doc string (#90)
parent
7212f245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchaudio/datasets/vctk.py
torchaudio/datasets/vctk.py
+1
-1
No files found.
torchaudio/datasets/vctk.py
View file @
ea7fcf08
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment