coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
33.75k stars 4.11k forks source link

[Bug] TTS.trainer isn't working #3984

Open Bowulf opened 3 weeks ago

Bowulf commented 3 weeks ago

Describe the bug

TTS.trainer module is not working, it is showing that no module name TTS.trainer

To Reproduce

from TTS.config import load_config from TTS.trainer import Trainer

config_path = "config.json" config = load_config(config_path) trainer = Trainer(config=config) trainer.fit()

Expected behavior

No response

Logs

No response

Environment

TTS version - 0.22.0
python version - 3.10.14
OS - MACBOOK M1

Additional context

No response

eginhard commented 3 weeks ago

The second line should just be from trainer import Trainer