coqui-tts/TTS/tts/layers
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
..
align_tts isort all imports 2021-04-09 00:45:20 +02:00
feed_forward format with black 2021-04-09 00:54:59 +02:00
generic Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
glow_tts Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
tacotron Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
vits Trick to Upsampling to High sampling rates using VITS model (#1456) 2022-04-26 11:47:46 +02:00
__init__.py Remove SpeedySpeech from .models.json 2021-09-10 17:47:27 +00:00
losses.py Make stlye 2022-02-25 11:31:56 +01:00