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.
6 lines
303 B
6 lines
303 B
python -m pip install -r ../../../paddlespeech/audiotools/requirements.txt
|
|
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz
|
|
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz
|
|
tar -zxvf audio.tar.gz
|
|
tar -zxvf regression.tar.gz
|
|
python -m pytest |