kan-bayashi / ParallelWaveGAN

Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
https://kan-bayashi.github.io/ParallelWaveGAN/
MIT License
1.53k stars 339 forks source link

make apex #406

Open Blakey-Gavin opened 1 year ago

Blakey-Gavin commented 1 year ago

When I use the "make apex" command to install apex, it cannot be installed, and then when I use "make apex.done" to install, the following error occurs: image

How can I solve it? Thank you.

kan-bayashi commented 1 year ago

Maybe apex support only the latest python. Could you try with python 3.9+ & latest pytorch?

Blakey-Gavin commented 1 year ago

Yes. I installed python 3.9 later, but I still have this error, and the error also occurs when training with DDP. In the end, I modified some codes myself so that the DDP method can run normally.

Thanks for your reply! Wishes.