coqui-tts/TTS/vocoder/models
Eren Gölge a0a9279e4b Fix GAN optimizer order
commit 212d330929
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Fri Apr 29 16:29:44 2022 -0300

    Fix unit test

commit 44456b0483
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Fri Apr 29 07:28:39 2022 -0300

    Fix style

commit d545beadb9
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Thu Apr 28 17:08:04 2022 -0300

    Change order of HIFI-GAN optimizers to be equal than the original repository

commit 657c5442e5
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Thu Apr 28 15:40:16 2022 -0300

    Remove audio padding before mel spec extraction

commit 76b274e690
Merge: 379ccd7b 6233f4fc
Author: Edresson Casanova <edresson1@gmail.com>
Date:   Wed Apr 27 07:28:48 2022 -0300

    Merge pull request #1541 from coqui-ai/comp_emb_fix

    Bug fix in compute embedding without eval partition

commit 379ccd7ba6
Author: WeberJulian <julian.weber@hotmail.fr>
Date:   Wed Apr 27 10:42:26 2022 +0200

    returns y_mask in VITS inference (#1540)

    * returns y_mask

    * make style
2022-05-07 13:29:11 +02:00
..
__init__.py Update for tokenizer API 2022-02-25 10:48:02 +01:00
base_vocoder.py Update base_vocoder 2022-02-25 11:28:14 +01:00
fullband_melgan_generator.py reformatting and styling 2021-04-12 11:47:39 +02:00
gan.py Fix GAN optimizer order 2022-05-07 13:29:11 +02:00
hifigan_discriminator.py Implement VITS model 🚀 2021-08-09 18:02:36 +00:00
hifigan_generator.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
melgan_discriminator.py Merge branch 'reformat' into hifigan-reformat 2021-04-12 12:00:17 +02:00
melgan_generator.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +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 Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
parallel_wavegan_generator.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
random_window_discriminator.py reformatting and styling 2021-04-12 11:47:39 +02:00
univnet_discriminator.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
univnet_generator.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
wavegrad.py Make style and lint 2022-03-02 13:25:35 +01:00
wavernn.py Update test_run in wavernn and wavegrad 2022-02-25 11:28:14 +01:00