DeepSpeech-pytorch:DeepSpeech 2.0的Pytorch实现

时间:2021-05-24 23:16:41
【文件属性】:
文件名称:DeepSpeech-pytorch:DeepSpeech 2.0的Pytorch实现
文件大小:424KB
文件格式:ZIP
更新时间:2021-05-24 23:16:41
machine-learning deep-learning pytorch speech-recognition asr 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的从在人的变化
【文件预览】:
DeepSpeech-pytorch-master
----images()
--------filter_banks_raw.jpg(332KB)
--------model_architecture.png(28KB)
--------testloss.png(13KB)
--------trainloss.png(19KB)
--------wer.png(15KB)
--------cer.png(11KB)
----train.py(4KB)
----tests()
--------__init__.py(0B)
--------test_classifier.py(473B)
----LICENSE(11KB)
----requirements.txt(66B)
----setup.py(403B)
----.gitignore(2KB)
----project()
--------model()
--------__init__.py(0B)
--------utils()
----README.md(4KB)

网友评论