We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86afb1e commit c54c772Copy full SHA for c54c772
torchaudio/models/_wavernn.py
@@ -91,7 +91,7 @@ def forward(self, specgram: Tensor) -> Tensor:
91
92
93
class _Stretch2d(nn.Module):
94
- r"""Stretch layer upscales the frequency and time dimensions of spectrogram.
+ r"""Stretch layer upscales the frequency and time dimensions of a spectrogram.
95
96
Args:
97
time_scale: the scale factor in time dimension
@@ -125,7 +125,7 @@ def forward(self, specgram: Tensor) -> Tensor:
125
126
127
class _UpsampleNetwork(nn.Module):
128
- r"""Upsample block upscales the dimensions of spectrogram to match waveform.
+ r"""Upsample block upscales the dimensions of a spectrogram to match waveform.
129
130
131
upsample_scales: the list of upsample scales
0 commit comments