spleeter-pytorch
spleeter-pytorch copied to clipboard
Spleeter implementation using PyTorch with support for conversion to Core ML
Hey! First off, amazing work. I was able to get a version of the 2 stem ml model working. I'm wondering if you ever got a 4 stem version of...
`coremltools` has [recently added support for STFT](https://github.com/apple/coremltools/pull/1824), 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...
I use the model on first time. I can`t input the audio.Can you help me? 
I tried using convert tools at branch manual-istft-plus-coremltools-7.0, but i got some errors: Traceback (most recent call last): File "/Users/x/Downloads/spleeter-pytorch-manual-istft-plus-coremltools-7.0/convert-to-coreml", line 59, in main() File "/Users/x/Downloads/spleeter-pytorch-manual-istft-plus-coremltools-7.0/convert-to-coreml", line 43, in main...
That would get us a step closer to converting the entire model (including the FFT parts) to Core ML.