kan-bayashi / PytorchWaveNetVocoder

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

typo in ljspeech/sd/run.sh #56

Closed kablooie closed 5 years ago

kablooie commented 5 years ago

91 # stop when error occurred 92 set -euo pipfail

should be 'pipefail' shouldn't it?

kan-bayashi commented 5 years ago

Thanks! I fixed!