pytorch
9ac2a06a - istft: require complex input (#86628)

Commit
3 years ago
istft: require complex input (#86628) Real dtype input to `torch.istft` has been deprecated since PyTorch 1.8, so it is more than passed its due date to be removed. BC-breaking message: `torch.istft` no longer supports input in the form of real tensors with shape `(..., 2)` to mimic complex tensors. Instead, convert inputs to a complex tensor first before calling `torch.istft`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/86628 Approved by: https://github.com/mruberry
Author
Committer
Parents
Loading