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 e05893d commit e44d0b1Copy full SHA for e44d0b1
torchaudio/functional.py
@@ -126,7 +126,7 @@ def istft(
126
Tensor: Least squares estimation of the original signal of size (..., signal_length)
127
"""
128
warnings.warn(
129
- 'istft has been moved to PyTorch and will be deprecated, please use torch.istft instead.')
+ 'istft has been moved to PyTorch and will be removed, please use torch.istft instead.')
130
131
'`pad_mode` for istft function is deprecated and will be removed. '
132
'It was introduced accidentally and never used. '
0 commit comments