coqui-tts/TTS/utils
Enno Hermann 99edd6daa3
Fix ModelManager.list_models() (#3128)
* fix(utils.manage): remove hard-coded model_type variable

* refactor(utils.manage): address lint issues, fix typos

Addressed the following:
TTS/utils/manage.py:307:12: R1705: Unnecessary "else" after "return" (no-else-return)
TTS/utils/manage.py:308:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
TTS/utils/manage.py:299:4: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
TTS/utils/manage.py:299:4: R0201: Method could be a function (no-self-use)
TTS/utils/manage.py:314:4: R0201: Method could be a function (no-self-use)
2023-11-08 11:29:01 +01:00
..
audio Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01: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 Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
io.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
manage.py Fix ModelManager.list_models() (#3128) 2023-11-08 11:29:01 +01:00
radam.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
samplers.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesizer.py Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Update VAD for silence trimming. (#2604) 2023-05-11 11:09:23 +02:00