QPPWG
QPPWG copied to clipboard
Support PyTorch >=1.7
trafficstars
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 https://github.com/kan-bayashi/ParallelWaveGAN/pull/225. However, this can be easily solved by using PyTorch <1.7, so this is rather a note for future users.
Hi Unilight, thank you very much!! I will merge the modification into the current repo.