coqui-tts/TTS/utils
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
..
audio fix: torch.stft will soon require return_complex=True 2024-03-13 12:06:27 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
callbacks.py Make style and lint 2021-12-01 10:42:52 +00:00
capacitron_optimizer.py Fix Capacitron training (#2086) 2022-11-01 12:52:06 +01:00
distribute.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
download.py style: run black 2024-03-07 11:46:51 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py refactor: remove duplicate methods available in Trainer 2024-03-12 15:06:42 +01:00
io.py refactor: use copy_model_files() from Trainer 2023-11-17 01:18:23 +01:00
manage.py Fix fairseq (#11) 2024-03-09 16:43:42 +01:00
radam.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
samplers.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesizer.py Run `make style` 2023-12-13 14:56:41 +02:00
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Update VAD for silence trimming. (#2604) 2023-05-11 11:09:23 +02:00