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

Support PyTorch >=1.7 #4

Open
unilight opened this issue May 24, 2021 · 1 comment
Open

Support PyTorch >=1.7 #4

unilight opened this issue May 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@unilight
Copy link

When using PyTorch >=1.7, the following error would occur at the beginning of training:

RuntimeError: stft input and window must be on the same device but got self on cuda:0 and window on cpu

A solution to this is kan-bayashi/ParallelWaveGAN#225. However, this can be easily solved by using PyTorch <1.7, so this is rather a note for future users.

@bigpon
Copy link
Owner

bigpon commented Jun 2, 2021

Hi Unilight,
thank you very much!!
I will merge the modification into the current repo.

@bigpon bigpon added the bug Something isn't working label Jun 2, 2021
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