coqui-tts/tests/tts_tests
Edresson Casanova 917f417ac4
Add alphas to control language and speaker balancer (#1216)
* Add alphas to control language and speaker balancer

* Add docs for speaker and language samplers

* Change the Samplers weights to float for save memory

* Change the test_samplers to unittest format

* Add get_sampler method in BaseTTS

* Fix rebase issues

* Add language and speaker samplers support for DDP training

* Rename distributed sampler wrapper

* Remove the DistributedSamplerWrapper and use the one from Trainer

* Bugfix after rebase

* Move the samplers config to tts config
2022-03-10 14:56:09 +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 Fix return outputs 2022-02-25 11:31:56 +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