spleeter-pytorch icon indicating copy to clipboard operation
spleeter-pytorch copied to clipboard

Use STFT support in coremltools 7

Open fwcd opened this issue 1 year ago • 0 comments

coremltools has recently added support for STFT, so we should be able to trace the entire model using PyTorch's STFT now.

Edit: The inverse STFT (torch.istft) cannot yet be converted directly, but seems to be added in https://github.com/apple/coremltools/pull/2029

fwcd avatar Jun 07 '23 04:06 fwcd