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

Small bug in train_finetune #220

Open
Karesto opened this issue Mar 20, 2024 · 0 comments
Open

Small bug in train_finetune #220

Karesto opened this issue Mar 20, 2024 · 0 comments

Comments

@Karesto
Copy link

Karesto commented Mar 20, 2024

In train_finetune, line 580 :

mask = length_to_mask(mel_input_length // (2 ** n_down)).to("cuda")

I assume this should be .to(device) in case of specific devices.

In addition to that, when running the FineTune notebook, multiple erros linked to iters_test = 0 pop up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant