-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help]: Clarification on VALL-E and VALL-E V2 in Amphion Repository #370
Comments
Hi @nngocson2002 , thanks for your email and for bringing up this issue. |
So, if I want to reproduce VALL-E, I just need to choose either VALL-E or VALL-E V2, right? I initially thought these repositories were based on different papers, so I assumed I would need to reproduce both. |
Yes, and if you want to reproduce VALL-E I suggest using VALL-E (v1) which uses the vanilla implementation. |
Thank you for your clarification! One point I’d like to discuss: as I mentioned, when I attempt to run the training from scratch (as shown in the image below), it executes the Additionally, could you provide the structure of the JSON file referenced in I would greatly appreciate your guidance. |
Upon reviewing the repository, I noticed it contains two versions: VALL-E and VALL-E V2. Could you kindly clarify if both implementations correspond to the same paper (paper link)? Or does VALL-E correspond to this paper (paper link) and VALL-E V2 to this one (paper link)?
Additionally, I am attempting to train VALL-E from scratch using the
egs/tts/VALLE
directory. Specifically, during the AR training step, I noticed that thetrain_stage
andar_model_ckpt_dir
arguments mentioned in theegs/tts/VALLE/run.sh
file are not reflected in thebins/tts/train.py
script. Could you provide guidance on resolving this mismatch?The text was updated successfully, but these errors were encountered: