kan-bayashi / ParallelWaveGAN

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

code error in path "parallel_wavegan/bin/decode.py" #419

Closed ZXHY-82 closed 9 months ago

ZXHY-82 commented 9 months ago

I noticed a bug with the code under a certain path: "parallel_wavegan/bin/decode.py". In line 207 "feats_scp=args.feats_scp,", but the parameter feat_scp is not defined. I think this "args.feats_scp" maybe "args.scp". Looking forward to your reply.

kan-bayashi commented 9 months ago

Thank you for your report. I fixed the issue in #420.