Skip to content
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

yaml #9

Open
yanzhuangzhuang-beep opened this issue Nov 10, 2021 · 9 comments
Open

yaml #9

yanzhuangzhuang-beep opened this issue Nov 10, 2021 · 9 comments

Comments

@yanzhuangzhuang-beep
Copy link

in yaml "data_dir: 'H:\Deepsync\backup\fastspeech\data'" how to find the data

@yiwei0730
Copy link

you need to download the data in network by yourself, and direct the data_dir to your own data dir

@yanzhuangzhuang-beep
Copy link
Author

I have data LJSpeech-1.1 but it's wavs data .so it's path wav_dir.
You said I need dowoload data which I don't have the href.
could you provide the url ,thanks

@yiwei0730
Copy link

yes the data LJSpeech-1.1 and you just run the nvidia_preprocessing and write the data_dir to your data directory then its work

@yanzhuangzhuang-beep
Copy link
Author

ok I have finish nvidia_preprocessing.
when i run train_fastspeech have a error no key "hp.model.phoneme_acoustic_embed"
I find that in config.yaml no key model..phoneme_acoustic_embed and the value

@yanzhuangzhuang-beep
Copy link
Author

In yaml, I set model.phoneme_acoustic_embed =True
then,self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) error
ndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)

@yiwei0730
Copy link

self.utterance_encoder(ys.transpose(1, 2)).transpose(1, 2) error
This answer is in the other issue, you can find it in fastspeech.py line 314 have misss the third param ys.
There have still some bugs in this program, hope you can find and fix it.

@alidabaghi123
Copy link

i have same problem. can you help me???

@DSTTSD
Copy link

DSTTSD commented Feb 19, 2024 via email

@yiwei0730
Copy link

@DSTTSD bro this is a fake email don't click the button...

Repository owner deleted a comment from jk8898 Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@DSTTSD @yiwei0730 @yanzhuangzhuang-beep @alidabaghi123 and others