kan-bayashi / PytorchWaveNetVocoder

WaveNet-Vocoder implementation with pytorch.
https://kan-bayashi.github.io/WaveNetVocoderSamples/
Apache License 2.0
297 stars 57 forks source link

Fix redundant calculation in generation #41

Closed kan-bayashi closed 6 years ago

kan-bayashi commented 6 years ago

This PR removes a redundant calculation in generation. Thank you for pointing out, @bigpon.