You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|