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 6db2ad1 commit ffcda23Copy full SHA for ffcda23
torchaudio/augmentations.py
@@ -41,7 +41,7 @@ def forward(self, complex_specgrams, overriding_rate=None):
41
If no rate is passed, use ``self.fixed_rate``
42
43
Returns:
44
- (Tensor): Stretched complex spectrogram of dimension (*, channel, n_freq, ceil(time/rate), complex=2)
+ (Tensor): Stretched complex spectrogram of dimension (*, channel, freq, ceil(time/rate), complex=2)
45
"""
46
assert complex_specgrams.size(-1) == 2, "complex_specgrams should be a complex tensor, shape (*, complex=2)"
47
0 commit comments