You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am enthusiastic about your project and interested in replicating your work. I've noticed some discrepancies between the main and refactor branches and would appreciate some guidance.What branch of content should I use to reproduce your work?
Configuration Path Issue: The main branch documentation mentions using: python3 prepare_align.py config/LibriTTS/preprocess.yaml
However, this path does not exist in the main branch but is available in the refactor branch.
Dependency Error: The requirements.txt in the main branch lists: -e git+https://github.com/jasminsternkopf/mel_cepstral_distance.git@main#egg=mcdThis seems to be incorrect, whereas the refactor branch uses mel-cepstral-distancewhich fixes the issue.
Missing File in refactor Branch: The refactor branch seems to be missing the main.py file required for training commands in the projects/meta-tts directory. python3 projects/meta-tts/main.py \ -s train \
Could you please advise on whether these issues will be addressed or if I should refer to the refactor branch for accurate files and setup?
Thank you for your help and for the exciting work you are doing!
Best regards
The text was updated successfully, but these errors were encountered:
I am enthusiastic about your project and interested in replicating your work. I've noticed some discrepancies between the main and refactor branches and would appreciate some guidance.What branch of content should I use to reproduce your work?
Configuration Path Issue: The main branch documentation mentions using:
python3 prepare_align.py config/LibriTTS/preprocess.yaml
However, this path does not exist in the main branch but is available in the refactor branch.
Dependency Error: The requirements.txt in the main branch lists:
-e git+https://github.com/jasminsternkopf/mel_cepstral_distance.git@main#egg=mcd
This seems to be incorrect, whereas the refactor branch usesmel-cepstral-distance
which fixes the issue.Missing File in refactor Branch: The refactor branch seems to be missing the main.py file required for training commands in the projects/meta-tts directory.
python3 projects/meta-tts/main.py \ -s train \
Could you please advise on whether these issues will be addressed or if I should refer to the refactor branch for accurate files and setup?
Thank you for your help and for the exciting work you are doing!
Best regards
The text was updated successfully, but these errors were encountered: