-
Notifications
You must be signed in to change notification settings - Fork 68
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
about cuda of dtw #11
Comments
Hi @hdmjdp, However, if you want the potential speedup of using CUDA, you can modify the models/sdtw_cuda.py file to appropriately handle the warp penalty in the forward and backward function, like as in the no-cuda implementation. Thanks. |
@heatz123 Thanks,I just train it to 145k without dwt loss, then finetue it on the 145k checkpoint. And there is some error, "torch.arange(0, max_len) |
hi @hdmjdp, Thank you. |
naturalspeech/models/losses.py
Line 5 in ca2f814
why use cuda=False?
The text was updated successfully, but these errors were encountered: