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)。
- 返回类型::