parent
bae905c9bd
commit
83d93da8d0
@ -0,0 +1,2 @@
|
||||
data
|
||||
exp
|
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
exp=exp
|
||||
mfa=$exp/mfa
|
||||
|
||||
mkdir -p $mfa
|
||||
|
||||
pushd $mfa
|
||||
|
||||
wget -c https://paddlespeech.bj.bcebos.com/MFA/BZNSYP/with_tone/baker_alignment_tone.tar.gz &
|
||||
wget -c https://paddlespeech.bj.bcebos.com/MFA/LJSpeech-1.1/ljspeech_alignment.tar.gz &
|
||||
wget -c https://paddlespeech.bj.bcebos.com/MFA/AISHELL-3/with_tone/aishell3_alignment_tone.tar.gz &
|
||||
wget -c https://paddlespeech.bj.bcebos.com/MFA/VCTK-Corpus-0.92/vctk_alignment.tar.gz &
|
||||
wait
|
||||
|
||||
popd
|
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
exp=exp
|
||||
pretrain=$exp/pretrain
|
||||
|
||||
mkdir -p $pretrain
|
||||
|
||||
pushd $pretrain
|
||||
|
||||
wget -c https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_mix_ckpt_1.2.0.zip &
|
||||
wait
|
||||
|
||||
popd
|
Loading…
Reference in new issue