coqui-tts/TTS/utils
Khalid Bashir 42afad5e79
Fixed bug related to yourtts speaker embeddings issue (#2234)
* Fixed bug related to yourtts speaker embeddings issue

* Reverted code for base_tts

* Bug fix on VITS d_vector_file type

* Ignore the test speakers on YourTTS recipe

* Add speaker encoder model and config on YourTTS recipe to easily do zero-shot inference

* Update YourTTS config file

* Update ModelManager._update_path to deal with list attributes

* Fix lint checks

* Remove unused code

* Fix unit tests

* Reset name_to_id to get the right speaker ids on load_embeddings_from_list_of_files

* Set weighted_sampler_multipliers as an empty dict to prevent users' mistakes

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-01-02 14:20:02 +01:00
..
audio Replace pyworld by pyin (#1946) 2022-09-09 10:43:14 +02:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
callbacks.py Make style and lint 2021-12-01 10:42:52 +00:00
capacitron_optimizer.py Fix Capacitron training (#2086) 2022-11-01 12:52:06 +01:00
distribute.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
download.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
io.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
manage.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
radam.py Fixup `utils` for the trainer 2021-06-28 17:03:47 +02:00
samplers.py Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
synthesizer.py Python API implementation (#2195) 2022-12-12 12:04:20 +01:00
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Write non-speech files in a TXT (#2048) 2022-10-06 13:25:54 +02:00