coqui-tts/tests/tts_tests
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 move bash script based tests to python with coqpit 2021-05-11 11:29:17 +02:00
test_align_tts_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_fast_pitch_speaker_emb_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_fast_pitch_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_feed_forward_layers.py Fix imports 2021-09-08 13:34:40 +00:00
test_forward_tts.py Remove SpeedySpeech from .models.json 2021-09-10 17:47:27 +00:00
test_glow_tts.py Add EmbeddingManager and BaseIDManager (#1374) 2022-03-31 13:41:16 +02:00
test_glow_tts_d-vectors_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_glow_tts_speaker_emb_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_glow_tts_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_helpers.py Make style 2022-02-25 11:26:59 +01:00
test_speedy_speech_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_tacotron2_d-vectors_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_tacotron2_model.py Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
test_tacotron2_speaker_emb_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_tacotron2_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_tacotron_layers.py Fix imports 2021-09-08 13:34:40 +00:00
test_tacotron_model.py Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
test_tacotron_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_vits.py Trick to Upsampling to High sampling rates using VITS model (#1456) 2022-04-26 11:47:46 +02:00
test_vits_d-vectors_train.py Delete `use_espeak_phonemes` from tests 2022-02-25 11:18:00 +01:00
test_vits_multilingual_speaker_emb_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_vits_multilingual_train-d_vectors.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_vits_speaker_emb_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00
test_vits_train.py Enforce phonemizer definition for synthesis (#1441) 2022-03-25 23:15:33 +01:00