spleeter-pytorch
spleeter-pytorch copied to clipboard
Use STFT support in coremltools 7
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