coqui-tts/TTS/tts/models
thennal10 d39bc74f57
OverFlow with test sentences (#2253)
* Fix typo in function definiton

* Swap hasattr out

hasattr(self, "speaker_manager")  and hasattr(self, "language_manager") seems to be redundant since BaseTTS defines both.
2023-03-01 09:11:30 +01:00
..
__init__.py Update setup_model 2022-02-25 11:11:35 +01:00
align_tts.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
base_tacotron.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
base_tts.py OverFlow with test sentences (#2253) 2023-03-01 09:11:30 +01:00
forward_tts.py Fastspeech2 (#2073) 2023-01-15 22:39:22 +01:00
glow_tts.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
neuralhmm_tts.py Adding neural HMM TTS Model (#2272) 2023-01-23 11:53:04 +01:00
overflow.py Adding neural HMM TTS Model (#2272) 2023-01-23 11:53:04 +01:00
tacotron.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
tacotron2.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
vits.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00