kan-bayashi / ParallelWaveGAN

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

job failed unsure why #379

Closed luxzia closed 2 years ago

luxzia commented 2 years ago

I am using a recipe to create a new multi-speaker model and while trying to train, it dies after one epoch with this warning: This overload of addcmul is deprecated: addcmul(Number value, Tensor tensor1, Tensor tensor2)

It's not giving a specific error but that's the only thing I can find near the end of the exp/train_nodev_all_parallel_wavegan.v1/train.log that indicates anything is an issue, so I'm confused as to what is going on.

kan-bayashi commented 2 years ago

That is just a warning. You can ignore it.