快捷方式

LibriLightLimited

class torchaudio.datasets.LibriLightLimited(root: Union[str, Path], subset: str = '10min', download: bool = False)[源代码]

Libri-light [Kahn 等人,2020] 数据集的子集,该数据集在 HuBERT [Hsu 等人,2021] 中用于监督微调。

参数::
  • root (strPath) – 数据集所在的目录路径或下载目录。

  • subset (str, 可选) – 要使用的子集。选项:["10min", "1h", "10h"] (默认值:"10min")。

  • download (bool, 可选) – 如果在根路径下找不到数据集,是否要下载它。 (默认值:False)。

__getitem__

LibriLightLimited.__getitem__(n: int) Tuple[Tensor, int, str, int, int, int][源代码]

从数据集中加载第 n 个样本。

参数::

n (int) – 要加载的样本的索引

返回值::

以下项目的元组;

张量

波形

int

采样率

str

转录

int

说话人 ID

int

章节 ID

int

话语 ID

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取适合初学者和高级开发者的深入教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源