mirror of https://github.com/coqui-ai/TTS.git
* 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) |
||
---|---|---|
.. | ||
audio | ||
__init__.py | ||
callbacks.py | ||
capacitron_optimizer.py | ||
distribute.py | ||
download.py | ||
downloaders.py | ||
generic_utils.py | ||
io.py | ||
manage.py | ||
radam.py | ||
samplers.py | ||
synthesizer.py | ||
training.py | ||
vad.py |