We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Can you open a PR?
Sorry, something went wrong.
Hi, there's already a PR opened for this specific issue : #229.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: