coqui-tts/TTS/vocoder/models
Matthew Boakes 1b9c400bca
PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176)
* Replaced PyTorch weight_norm With parametrizations.weight_norm

* TorchAudio: Migrating The I/O Functions To Use The Dispatcher Mechanism

* Corrected Code Style

---------

Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-11-09 16:31:03 +01:00
..
__init__.py Update for tokenizer API 2022-02-25 10:48:02 +01:00
base_vocoder.py Implement FreeVC (#2451) 2023-03-25 18:33:23 +01:00
fullband_melgan_generator.py reformatting and styling 2021-04-12 11:47:39 +02:00
gan.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
hifigan_discriminator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
hifigan_generator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
melgan_discriminator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
melgan_generator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
melgan_multiscale_discriminator.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
multiband_melgan_generator.py reformatting and styling 2021-04-12 11:47:39 +02:00
parallel_wavegan_discriminator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
parallel_wavegan_generator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
random_window_discriminator.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
univnet_discriminator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
univnet_generator.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
wavegrad.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
wavernn.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00