coqui-tts/tests/tts_tests
Khalid Bashir 42afad5e79
Fixed bug related to yourtts speaker embeddings issue (#2234)
* Fixed bug related to yourtts speaker embeddings issue

* Reverted code for base_tts

* Bug fix on VITS d_vector_file type

* Ignore the test speakers on YourTTS recipe

* Add speaker encoder model and config on YourTTS recipe to easily do zero-shot inference

* Update YourTTS config file

* Update ModelManager._update_path to deal with list attributes

* Fix lint checks

* Remove unused code

* Fix unit tests

* Reset name_to_id to get the right speaker ids on load_embeddings_from_list_of_files

* Set weighted_sampler_multipliers as an empty dict to prevent users' mistakes

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-01-02 14:20:02 +01: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 d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_fast_pitch_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_fast_pitch_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02: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 d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_glow_tts_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_glow_tts_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_helpers.py Make style 2022-02-25 11:26:59 +01:00
test_losses.py Make lint 2022-07-12 14:58:26 +02:00
test_overflow.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
test_overflow_train.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
test_speedy_speech_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_d-vectors_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_model.py Fix capacitron test when cuda is enabled 2022-12-06 18:07:48 +01:00
test_tacotron2_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron_layers.py Separate loss tests 2022-07-12 12:35:46 +02:00
test_tacotron_model.py Capacitron (#977) 2022-05-20 16:17:11 +02:00
test_tacotron_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
test_vits_d-vectors_train.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
test_vits_multilingual_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits_multilingual_train-d_vectors.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
test_vits_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00