coqui-tts/TTS/vocoder/models
Mubarak Harran Alketbi f69056d653
Update hifigan_generator.py
fixing error
```
ImportError: cannot import name 'weight_norm' from 'torch.nn.utils.parametrizations'
```
module is in torch.nn.utils.weight_norm
2024-02-18 22:46:30 +04: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 Update hifigan_generator.py 2024-02-18 22:46:30 +04: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 Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00