快捷方式

VGGishBundle.VGGishInputProcessor

class torchaudio.prototype.pipelines.VGGishBundle.VGGishInputProcessor

将原始波形转换为批次示例,用作 VGGish 的输入。

方法

__call__

VGGishInputProcessor.__call__(input: Tensor) Tensor
参数::
  • input (torch.Tensor) – 波形,形状为 (T,)

  • sample_rate (int) – 波形的采样率,以赫兹为单位。

返回值::

要传递给 VGGish 的示例批次,形状为 (n_example, 1, n_frame, 64)

返回类型::

torch.Tensor

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获得针对初学者和高级开发人员的深入教程

查看教程

资源

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

查看资源