r9y9 / wavenet_vocoder

WaveNet vocoder
https://r9y9.github.io/wavenet_vocoder/
Other
2.3k stars 500 forks source link

batch_wavegen() call issue #207

Open Latzy47 opened 3 years ago

Latzy47 commented 3 years ago

Hey, I was about to execute the synthesis.py file and came across some TypeError's. With a closer look at this line you can see the keyword argument 'initial_value'. Though in the definition of the batch_wavegen() function there is no keyword argument 'initial_value', instead wavegen() has it. Changing batch_wavegen to wavegen just works fine. I just want to hint at this issue.

Feel free to ignore this if the line is intended as it is. Regards