kan-bayashi / PytorchWaveNetVocoder

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

could not find wav folder #65

Closed james20141606 closed 4 years ago

james20141606 commented 4 years ago

Hey, thanks for the amazing repo on wavenet vocoder. I have tried your https://github.com/kan-bayashi/PytorchWaveNetVocoder/blob/master/egs/arctic/si-open-melspc/run.sh to run the stage. When I run stage 1, one error occured.

the codes here:

# make scp files
    if [ ${highpass_cutoff} -eq 0 ];then
        cp "data/${train}/wav.scp" "data/${train}/wav_hpf.scp"
    else
        find "wav/${train}" -name "*.wav" | sort > "data/${train}/wav_hpf.scp"
    fi

will execute else part and find wav folder's files. However, there is no wav folder created before so I could not find it. Could you please help with it?

kan-bayashi commented 4 years ago

Thank you for your report. Sorry, this is my typo. Fixed in #66.