coqui-tts/tests/tts_tests
Edresson Casanova f81892483d
REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349)
* Rename Speaker encoder module to encoder

* Add a generic emotion dataset formatter

* Transform the Speaker Encoder dataset to a generic dataset and create emotion encoder config

* Add class map in emotion config

* Add Base encoder config

* Add evaluation encoder script

* Fix the bug in plot_embeddings

* Enable Weight decay for encoder training

* Add argumnet to disable storage

* Add Perfect Sampler and remove storage

* Add evaluation during encoder training

* Fix lint checks

* Remove useless config parameter

* Active evaluation in speaker encoder test and use multispeaker dataset for this test

* Unit tests fixs

* Remove useless tests for speedup the aux_tests

* Use get_optimizer in Encoder

* Add BaseEncoder Class

* Fix the unitests

* Add Perfect Batch Sampler unit test

* Add compute encoder accuracy in a function
2022-03-11 14:43:40 +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 Make style and lint 2022-03-02 13:25:35 +01:00
test_fast_pitch_speaker_emb_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_fast_pitch_train.py Make style and lint 2022-03-02 13:25:35 +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 Make stlye 2022-02-25 11:31:56 +01:00
test_glow_tts_d-vectors_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_glow_tts_speaker_emb_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_glow_tts_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_helpers.py Make style 2022-02-25 11:26:59 +01:00
test_speedy_speech_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_tacotron2_d-vectors_train.py Make style and lint 2022-03-02 13:25:35 +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 Make style and lint 2022-03-02 13:25:35 +01:00
test_tacotron2_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_tacotron2_train_fsspec_path.py Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00: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 REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01: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 Make style and lint 2022-03-02 13:25:35 +01:00
test_vits_multilingual_train-d_vectors.py Add alphas to control language and speaker balancer (#1216) 2022-03-10 14:56:09 +01:00
test_vits_speaker_emb_train.py Make style and lint 2022-03-02 13:25:35 +01:00
test_vits_train.py Make style and lint 2022-03-02 13:25:35 +01:00