Musan¶
- class torchaudio.prototype.datasets.Musan(root: Union[str, Path], subset: str)[source]¶
DEPRECATED
Warning
This class is deprecated from version 2.8. It will be removed in the 2.9 release. This deprecation is part of a large refactoring effort to transition TorchAudio into a maintenance phase. Please see https://github.com/pytorch/audio/issues/3902 for more information.
MUSAN [Snyder et al., 2015] dataset.
- Args:
root (str or Path): Root directory where the dataset’s top-level directory exists. subset (str): Subset of the dataset to use. Options: [
"music"
,"noise"
,"speech"
].