coqui-tts/tests/aux_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 Split tests 2021-10-21 17:30:15 +00:00
test_audio_processor.py Split tests 2021-10-21 17:30:15 +00:00
test_extract_tts_spectrograms.py Split tests 2021-10-21 17:30:15 +00:00
test_find_unique_phonemes.py Fix tests 2022-02-25 11:25:00 +01:00
test_remove_silence_vad_script.py Add remove silence vad script Unit test 2021-12-20 11:54:10 +00:00
test_speaker_encoder.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_speaker_encoder_train.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_speaker_manager.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_stft_torch.py Split tests 2021-10-21 17:30:15 +00:00