coqui-tts/TTS/tts/configs
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 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 REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +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