Unverified Commit bbb52631 authored by moto's avatar moto Committed by GitHub
Browse files

Deprecate VCTK (#1810)

parent 13192db1
...@@ -82,6 +82,11 @@ class VCTK(Dataset): ...@@ -82,6 +82,11 @@ class VCTK(Dataset):
download: bool = False, download: bool = False,
downsample: bool = False) -> None: downsample: bool = False) -> None:
warnings.warn(
'VCTK class has been deprecated and will be removed in 0.11 release. '
'Please use VCTK_092.'
)
if downsample: if downsample:
warnings.warn( warnings.warn(
"In the next version, transforms will not be part of the dataset. " "In the next version, transforms will not be part of the dataset. "
......
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