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

Spleeter implementation using PyTorch with support for conversion to Core ML

Results 5 spleeter-pytorch issues
Sort by recently updated
recently updated
newest added

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...

enhancement

I use the model on first time. I can`t input the audio.Can you help me? ![image](https://github.com/fwcd/spleeter-pytorch/assets/9198081/b56898ce-d807-40fe-9cdd-9e4ff2a5309a)

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.

enhancement