coqui-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
..
aux_tests REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
bash_tests remove bash running tests 2021-05-11 11:29:18 +02:00
data Add Inference test using TTS API in all models unit tests 2022-02-18 21:06:08 +00:00
data_tests REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
inference_tests Make style and lint 2022-03-02 13:25:35 +01:00
inputs REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
outputs refactoring tests after Coqpit 2021-05-11 11:30:00 +02:00
text_tests Make style and lint 2022-03-02 13:25:35 +01:00
tts_tests REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
vocoder_tests Update tests 2022-02-25 11:28:14 +01:00
zoo_tests Print urls when BadZipError 2022-01-01 15:26:35 +00:00
__init__.py Add get_tests_data_path 2022-02-25 11:24:13 +01:00