DeepLearningExamples/PyTorch/SpeechSynthesis/FastPitch/scripts/download_cmudict.sh
2021-09-07 07:27:31 -07:00

7 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
set -e
echo "Downloading cmudict-0.7b ..."
wget https://github.com/Alexir/CMUdict/raw/master/cmudict-0.7b -qO cmudict/cmudict-0.7b