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

The default pre-trained model downloaded path and modification #2931

Open
xiao11lam opened this issue Feb 16, 2023 · 1 comment
Open

The default pre-trained model downloaded path and modification #2931

xiao11lam opened this issue Feb 16, 2023 · 1 comment
Assignees

Comments

@xiao11lam
Copy link

General Question

Hi, this is a question concerning path detection.

Like here:

paddlespeech tts --am fastspeech2_ljspeech --voc hifigan_ljspeech --lang en

It will download the fastspeech2_ljspeech and hifigan_ljspeechpre-trained model when it first runs.

According to my search in the other places, I only knew that once I installed the model, the path to the acoustic model may depend on the installation method and location. I need to check the documentation for the installation instructions or check the installation location to find the path. Still, after I tried those ways, I did not find where the pre-trained model's downloaded default path like for fastspeech2_ljspeech and hifigan_ljspeech here.

With my best thanks, is there could be a way that enables me to find it or even change the default saved model path? Any suggestion could be much appreciated to me.

@yt605155624
Copy link
Collaborator

The prtrained models will be downloaded in ${HOME}/.paddlespeech/models, please check

MODEL_HOME = _get_sub_home('models')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants