You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using PyTorch >=1.7, the following error would occur at the beginning of training:
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.
The text was updated successfully, but these errors were encountered: