coqui-tts/TTS/vc/modules/freevc
Enno Hermann e95f8950eb fix: torch.stft will soon require return_complex=True
Refactor that removes the deprecation warning:
torch.view_as_real(torch.stft(*, return_complex=True)) is equal to
torch.stft(*, return_complex=False)

https://pytorch.org/docs/stable/generated/torch.stft.html
2024-03-13 12:06:27 +01:00
..
speaker_encoder Ruff autofix unused imports and import order 2023-12-13 14:56:41 +02:00
wavlm style: run black 2024-03-07 11:46:51 +01:00
__init__.py Implement FreeVC (#2451) 2023-03-25 18:33:23 +01:00
commons.py Ruff autofix unused imports and import order 2023-12-13 14:56:41 +02:00
mel_processing.py fix: torch.stft will soon require return_complex=True 2024-03-13 12:06:27 +01:00
modules.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00