coqui-tts/TTS
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
..
bin REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
config REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
encoder REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
server Update imports for trainer 2022-02-25 11:28:14 +01:00
tts REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support (#1349) 2022-03-11 14:43:40 +01:00
utils Add Voice conversion inference support (#1337) 2022-03-10 14:57:12 +01:00
vocoder Make style and lint 2022-03-02 13:25:35 +01:00
.models.json Add new models 2022-03-07 12:08:09 +01:00
VERSION Bump up to v0.6.1 2022-03-07 15:57:44 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
model.py Make stlye 2022-02-25 11:31:56 +01:00