coqui-tts/TTS/tts/configs
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 Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
align_tts_config.py Fix import statements 2021-10-25 19:29:16 +02:00
fast_pitch_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
fast_speech_config.py Fix FastSpeech config 2022-02-25 11:31:56 +01:00
glow_tts_config.py Fix glow_tts_config missing field 2022-02-25 11:24:13 +01:00
shared_configs.py Add alphas to control language and speaker balancer (#1216) 2022-03-10 14:56:09 +01:00
speedy_speech_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
tacotron2_config.py Fix import statements 2021-10-25 19:29:16 +02:00
tacotron_config.py Fix import 2022-03-02 09:15:20 +01:00
vits_config.py Fix default values 2022-02-25 11:26:59 +01:00