Thanks for import script for VCTK data. I imported VCTK data using import_ vctk script and it produced data in the format deepspeech can train. However training encountered following error:
tensorflow.python.framework.errors_impl.InvalidArgumentError: Bad audio format for WAV: Expected 1 (PCM), but got3
I converted using sox and got the training working… There is one good script I came across that can be handy to check if the wav files are valid… this can be used to validate the wav files before training https://gist.github.com/piraka9011/e333325fc630f92b2808a16777e538b8
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
5
Thanks, this should be dealt with at import time for better experience. Could you propose a PR ?