-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
torchaudio.functional.phase_vocoder does not have TorchScript-compatibility test. We need this before adding native complex dtype support.
Steps
- Add
test_phase_vocodermethod intorchscript_consistency_impl.py
Follow how the other functions are tested. It should be straightforward but if you need help feel free to ask here.
Build & testing
For setting up dev env, please refer to CONTRIBUTING.md.
Run the test with
(cd test && pytest torchaudio_unittest/functional/torchscript_consistency_cpu_test.py -k phase)