Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Bowulf opened this issue Sep 4, 2024 · 1 comment
Open

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

Bowulf opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Bowulf
Copy link

Bowulf commented Sep 4, 2024

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

@Bowulf Bowulf added the bug Something isn't working label Sep 4, 2024
@eginhard
Copy link
Contributor

eginhard commented Sep 5, 2024

The second line should just be from trainer import Trainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants