You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a Music Source Separation (MSS) Pytorch models using CoreMLTools using this guide https://apple.github.io/coremltools/docs-guides/source/convert-pytorch-workflow.html to later integrate with my inference implementation in Swift. The model uses both torch.stft and torch.istft in its functionality. The tracing stops in error of absence of iSTFT conversion functionality.
How can this feature be used?
Inverse STFT is essential functionality in MSS and other audio applications.
Describe alternatives you've considered
None yet, to work around this any pointers are appreciated.
The text was updated successfully, but these errors were encountered:
🌱 Describe your Feature Request
I am trying to convert a Music Source Separation (MSS) Pytorch models using CoreMLTools using this guide https://apple.github.io/coremltools/docs-guides/source/convert-pytorch-workflow.html to later integrate with my inference implementation in Swift. The model uses both
torch.stft
andtorch.istft
in its functionality. The tracing stops in error of absence of iSTFT conversion functionality.How can this feature be used?
Inverse STFT is essential functionality in MSS and other audio applications.
Describe alternatives you've considered
None yet, to work around this any pointers are appreciated.
The text was updated successfully, but these errors were encountered: