-
Notifications
You must be signed in to change notification settings - Fork 708
Open
Labels
feature requestFunctionality does not currently exist, would need to be created as a new feature (type)Functionality does not currently exist, would need to be created as a new feature (type)
Description
🌱 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
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.
Metadata
Metadata
Assignees
Labels
feature requestFunctionality does not currently exist, would need to be created as a new feature (type)Functionality does not currently exist, would need to be created as a new feature (type)