coqui-tts/TTS/utils
Edresson Casanova 8d228ab22a
Trick to Upsampling to High sampling rates using VITS model (#1456)
* Add upsample VITS support

* Fix the bug in inference

* Fix lint checks

* Add RMS based norm in save_wav method

* Style fix

* Add the period for VITS multi-period discriminator in model_args

* Bug fix in speaker encoder load in inference time

* Add unit tests

* Remove useless detach_z_vocoder parameter

* Add docs for VITS upsampling

* Fix the docs

* Rename TTS_part_sample_rate to encoder_sample_rate

* Add upsampling_init and upsampling_z methods

* Add asserts for encoder_sample_rate part

* Move upsampling tests to test_vits.py
2022-04-26 11:47:46 +02:00
..
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
audio.py Trick to Upsampling to High sampling rates using VITS model (#1456) 2022-04-26 11:47:46 +02:00
callbacks.py Make style and lint 2021-12-01 10:42:52 +00:00
distribute.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
download.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
io.py Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
manage.py Update manage.py (#1514) 2022-04-19 14:27:32 +02:00
radam.py Fixup `utils` for the trainer 2021-06-28 17:03:47 +02:00
synthesizer.py Trick to Upsampling to High sampling rates using VITS model (#1456) 2022-04-26 11:47:46 +02:00
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Fix style tests 2022-03-23 15:05:32 -03:00