Replies: 2 comments
-
You could utilize the LJSpeech dataset to explore data processing techniques. Please visit the following URL: https://github.com/lifeiteng/vall-e/tree/main/egs/ljspeech#ljspeech for more details. It is important to read the contents of the file called prepare.sh. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I assume it runs on Linux. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm very new to all of this.
I've cloned the repo and made a docker image. (Win 11 WSL Docker Desktop)
I can run the image as containers, but don't know what to do with them after that.
Assuming I have an audio-input file "input.wav" (together with its transcript "transcript.txt" and a text prompt "prompt.txt"
How do I proceed? Or how do I run the examples?
I just don't know what the next steps are, can someone give me any pointers?
Beta Was this translation helpful? Give feedback.
All reactions