上传者: 42138139
|
上传时间: 2021-10-17 20:14:15
|
文件大小: 424KB
|
文件类型: -
DeepSpeech-pytorch
使用DeepSpeech模型的PyTorch中的端到端语音识别模型
怎么跑
首先,安装依赖项
# clone project
git clone https://github.com/jiwidi/DeepSpeech-pytorch
# install project
cd DeepSpeech-pytorch
pip install -e .
pip install -r requirements.txt
准备运行! 执行:
python train . py #Will run with default parameters and donwload the datasets in the local directory
Tensorboard日志将保存在runs/文件夹下
该模型
该模型是DeepSpeech 2的从在人的变化