Training my own models
If I would like to modify the model or use new training sets, I can download the whole project to local. 中文教程:https://www.helplib.cn/fansisi/deepspeech-pytorch
Step 1:Create a Virtual Envirnmont
cd /anaconda3/envs/deepspeech-train-venv
source ./lib/python3.6/venv/scripts/common/activate git clone https://github.com/mozilla/DeepSpeech
# or if I have already downloaded this on my local Mac, I can switch to its path.
cd ~/Desktop/DeepSpeech-masterStep 2:Install packages
pip freeze >requirements.txt
pip install -r requirements.txt./bin/run-ldc93s1.sh
Exit
Last updated
Was this helpful?