k2kobayashi / crank

A toolkit for non-parallel voice conversion based on vector-quantized variational autoencoder
MIT License
169 stars 31 forks source link

failing at Stage 1 #53

Closed talka1 closed 2 years ago

talka1 commented 2 years ago

stage 1: initialization run.pl: job failed, log is in data/log/generate_histogram.log

logfile is attatched. generate_histogram.log

What am I missing here?

EDIT: I have 7 speakers, I noticed that 6 of them just work fine on this stage and everything gets generated. Once I add the 7th speaker then it causes this issue. I checked the WAVs of the 7th speaker but could not find any problems. If I remove the dataset of speaker 7 then it just works fine, so there has to be a problem with the wav files. All the Wavs of the speakers have a bitdepth of 16 and samplingrate of 22050 Hz Edit 2: I fixed the problem. I just converted the WAVs of speaker 7 with ffmpeg once again to wav, restarted stage 1 and the stage just passed succesfully.